[REACTOS]
[reactos.git] / reactos / dll / win32 / samlib / precomp.h
1 #include <stdarg.h>
2
3 #define WIN32_NO_STATUS
4 #define _INC_WINDOWS
5 #define COM_NO_WINDOWS_H
6 #include <windef.h>
7 #include <winbase.h>
8
9 #define NTOS_MODE_USER
10 #include <ndk/rtlfuncs.h>
11 #include <ntsam.h>
12
13 #include <sam_c.h>
14
15 #include <wine/debug.h>