Sync to trunk revision 63922.
[reactos.git] / dll / win32 / activeds / precomp.h
1 #ifndef _ACTIVEDS_PCH_
2 #define _ACTIVEDS_PCH_
3
4 #include <stdarg.h>
5
6 #define WIN32_NO_STATUS
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9
10 #define COBJMACROS
11 #define NONAMELESSUNION
12
13 #include <windef.h>
14 #include <winbase.h>
15 #include <objbase.h>
16
17 #endif /* _ACTIVEDS_PCH_ */