[COMDLG32] Improve some header inclusions.
[reactos.git] / dll / win32 / comdlg32 / precomp.h
1
2 #ifndef _WINE_COMDLG32_PRECOMP_H
3 #define _WINE_COMDLG32_PRECOMP_H
4
5 #include <stdio.h>
6
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10
11 #define COBJMACROS
12 #define NONAMELESSUNION
13 #define NONAMELESSSTRUCT
14
15 #include <windef.h>
16 #include <winbase.h>
17 #include <wingdi.h>
18 #include <winuser.h>
19 #include <wincon.h>
20 #include <winternl.h>
21 #include <objbase.h>
22 #include <commdlg.h>
23 #include <shlobj.h>
24 #include <dlgs.h>
25 #include <cderr.h>
26 /* RegGetValueW is supported by Win2k3 SP1 but headers need Win Vista */
27 #undef _WIN32_WINNT
28 #define _WIN32_WINNT 0x0600
29 #include <winreg.h>
30 #define NO_SHLWAPI_STREAM
31 #include <shlwapi.h>
32
33 #include <wine/heap.h>
34 #include <wine/debug.h>
35
36 #include "cdlg.h"
37 #include "filedlgbrowser.h"
38
39 #endif /* !_WINE_COMDLG32_PRECOMP_H */