1 2 #ifndef __WINE_DXDIAG_PRECOMP_H 3 #define __WINE_DXDIAG_PRECOMP_H 4 5 #include <wine/config.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 "dxdiag_private.h" 16 17 #include <wine/debug.h> 18 #include <wine/unicode.h> 19 20 #endif /* !__WINE_DXDIAG_PRECOMP_H */ 21