1 2 #ifndef _SHLWAPI_PCH_ 3 #define _SHLWAPI_PCH_ 4 5 #include <wine/config.h> 6 7 #include <stdarg.h> 8 9 #define WIN32_NO_STATUS 10 #define _INC_WINDOWS 11 #define COM_NO_WINDOWS_H 12 13 #define COBJMACROS 14 #define NONAMELESSUNION 15 #define NONAMELESSSTRUCT 16 17 #include <windef.h> 18 #include <winbase.h> 19 #include <winreg.h> 20 #include <wingdi.h> 21 #include <wincon.h> 22 #include <winternl.h> 23 #define NO_SHLWAPI_STREAM 24 #define NO_SHLWAPI_USER 25 #include <shlwapi.h> 26 #include <shlobj.h> 27 28 #include <wine/debug.h> 29 #include <wine/unicode.h> 30 31 #include "resource.h" 32 33 #endif /* !_SHLWAPI_PCH_ */ 34