[SAMLIB]
[reactos.git] / reactos / dll / win32 / samlib / precomp.h
index 13ce3be..9a6affd 100644 (file)
@@ -1,15 +1,14 @@
+#ifndef _SAMLIB_PCH_
+#define _SAMLIB_PCH_
+
 #include <stdarg.h>
 
 #define WIN32_NO_STATUS
 #define _INC_WINDOWS
 #define COM_NO_WINDOWS_H
+
 #include <windef.h>
 #include <winbase.h>
+#include <winnls.h>
 
-#define NTOS_MODE_USER
-#include <ndk/rtlfuncs.h>
-#include <ntsam.h>
-
-#include <sam_c.h>
-
-#include <wine/debug.h>
+#endif /* _SAMLIB_PCH_ */