* Sync up to trunk HEAD (r62286).
[reactos.git] / dll / win32 / samlib / precomp.h
1 #ifndef _SAMLIB_PCH_
2 #define _SAMLIB_PCH_
3
4 #include <stdarg.h>
5
6 #define WIN32_NO_STATUS
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9
10 #include <windef.h>
11 #include <winbase.h>
12
13 #endif /* _SAMLIB_PCH_ */