Sync with trunk r63383 .
[reactos.git] / dll / win32 / sti / precomp.h
1 #ifndef _STI_PCH_
2 #define _STI_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
12 #include <windef.h>
13 #include <winbase.h>
14 #include <sti.h>
15
16 #include <wine/debug.h>
17 WINE_DEFAULT_DEBUG_CHANNEL(sti);
18
19 #endif /* _STI_PCH_ */