[SAMLIB/SAMSRV/SYSSETUP]
[reactos.git] / reactos / dll / win32 / samlib / precomp.h
1 #include <stdio.h>
2 #include <stdarg.h>
3
4 #define WIN32_NO_STATUS
5 #include <windows.h>
6 #include <winerror.h>
7 #define NTOS_MODE_USER
8 #include <ndk/rtlfuncs.h>
9 #include <ntsam.h>
10
11 #include "sam_c.h"
12
13 #include <wine/debug.h>