[OLEDLG] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / oledlg / precomp.h
1
2 #ifndef _OLEDLG_PRECOMP_H_
3 #define _OLEDLG_PRECOMP_H_
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 #define NONAMELESSSTRUCT
13 #define NONAMELESSUNION
14
15 #include <windef.h>
16 #include <winbase.h>
17 #include <wingdi.h>
18 #include <winuser.h>
19 #include <oledlg.h>
20
21 #include <wine/debug.h>
22 #include <wine/unicode.h>
23
24 #include "oledlg_private.h"
25 #include "resource.h"
26
27 #endif /* !_OLEDLG_PRECOMP_H_ */