Remove duplicate header.
Deleted: trunk/reactos/include/lsass/ntsecapi.h
_____
Deleted: trunk/reactos/include/lsass/ntsecapi.h
--- trunk/reactos/include/lsass/ntsecapi.h 2005-06-19 17:27:44 UTC
(rev 16097)
+++ trunk/reactos/include/lsass/ntsecapi.h 2005-06-19 17:34:05 UTC
(rev 16098)
@@ -1,32 +0,0 @@
-/* $Id$
- *
- * COPYRIGHT: See COPYING in the top level directory
- * PROJECT: ReactOS system libraries
- * FILE: include/lsass/ntsecpai.h
- * PURPOSE: LSASS API declarations
- * UPDATE HISTORY:
- * Created 05/08/00
- */
-
-#ifndef __INCLUDE_LSASS_NTSECAPI_H
-#define __INCLUDE_LSASS_NTSECAPI_H
-
-#define SECURITY_LOGON_INTERACTIVE (2)
-#define SECURITY_LOGON_NETWORK (3)
-#define SECURITY_LOGON_BATCH (4)
-#define SECURITY_LOGON_SERVICE (5)
-#define SECURITY_LOGON_PROXY (6)
-#define SECURITY_LOGON_UNLOCK (7)
-
-typedef ULONG SECURITY_LOGON_TYPE;
-
-typedef struct _LSA_STRING
-{
- USHORT Length;
- USHORT MaximumLength;
- PWSTR Buffer;
-} LSA_STRING, *PLSA_STRING;
-
-typedef ULONG LSA_OPERATIONAL_MODE, *PLSA_OPERATIONAL_MODE;
-
-#endif /* __INCLUDE_LSASS_NTSECAPI_H */