reshuffling of dlls
[reactos.git] / reactos / dll / secur32 / precomp.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS System Libraries
4 * FILE: lib/secur32/precomp.h
5 * PURPOSE: Security Library Header
6 * PROGRAMMER: Alex Ionescu (alex@relsoft.net)
7 */
8
9 /* INCLUDES ******************************************************************/
10
11 /* SDK/DDK/NDK Headers. */
12 #define WIN32_NO_STATUS
13 #include <windows.h>
14 #define NTOS_MODE_USER
15 #include <ndk/ntndk.h>
16 #include <lsass/lsass.h>
17
18 #include <ntsecapi.h>
19 #include <secext.h>
20 #include <security.h>
21 #include <sspi.h>