More portability fixes (thanks to Juergen Lock).
[wine.git] / include / ntsecapi.h
blob662c1013341d02fb40ce8b26657949741417cdf1
1 #ifndef __WINE_NTSECAPI_H
2 #define __WINE_NTSECAPI_H
4 #include "ntdef.h"
5 #include "winnt.h"
7 #ifdef __cplusplus
8 extern "C" {
9 #endif /* defined(__cplusplus) */
11 typedef UNICODE_STRING LSA_UNICODE_STRING, *PLSA_UNICODE_STRING;
12 typedef STRING LSA_STRING, *PLSA_STRING;
13 typedef OBJECT_ATTRIBUTES LSA_OBJECT_ATTRIBUTES, *PLSA_OBJECT_ATTRIBUTES;
15 typedef PVOID LSA_HANDLE, *PLSA_HANDLE;
17 NTSTATUS WINAPI LsaOpenPolicy(PLSA_UNICODE_STRING,PLSA_OBJECT_ATTRIBUTES,ACCESS_MASK,PLSA_HANDLE);
19 #ifdef __cplusplus
20 } /* extern "C" */
21 #endif /* defined(__cplusplus) */
23 #endif /* !defined(__WINE_NTSECAPI_H) */