[ATL][ATL80][ATL100] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / atl100 / precomp.h
1
2 #ifndef _ATL100_PCH_
3 #define _ATL100_PCH_
4
5 #include <stdarg.h>
6
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10
11 #define COBJMACROS
12
13 #include <windef.h>
14 #include <winbase.h>
15 #include <winreg.h>
16 #include <objbase.h>
17 #include <oleauto.h>
18
19 #include <wine/atlbase.h>
20 #include <wine/debug.h>
21 #include <wine/unicode.h>
22
23 #endif /* _ATL100_PCH_ */