1 2 #ifndef _USP10_PRECOMP_H_ 3 #define _USP10_PRECOMP_H_ 4 5 #include <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 #include <windef.h> 14 #include <winbase.h> 15 #include <wingdi.h> 16 #include <usp10.h> 17 18 #include <wine/debug.h> 19 #include <wine/unicode.h> 20 21 #include "usp10_internal.h" 22 23 #endif /* !_USP10_PRECOMP_H_ */ 24