1 2 #ifndef _PROPSYS_PRECOMP_H_ 3 #define _PROPSYS_PRECOMP_H_ 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 16 #include <windef.h> 17 #include <winbase.h> 18 #include <objbase.h> 19 #include <propsys.h> 20 21 #include <wine/debug.h> 22 #include <wine/unicode.h> 23 24 #include "propsys_private.h" 25 26 #endif /* !_PROPSYS_PRECOMP_H_ */ 27