From 3dcd5f1ff6da97deb6f6b409376ba3aa34bcc5cb Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sun, 19 Jun 2005 17:34:05 +0000 Subject: [PATCH] Remove duplicate header. svn path=/trunk/; revision=16098 --- reactos/include/lsass/ntsecapi.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 reactos/include/lsass/ntsecapi.h diff --git a/reactos/include/lsass/ntsecapi.h b/reactos/include/lsass/ntsecapi.h deleted file mode 100644 index 837c50a6487..00000000000 --- a/reactos/include/lsass/ntsecapi.h +++ /dev/null @@ -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 */