1 2 #ifndef _WINE_DDRAW_PRECOMP_H 3 #define _WINE_DDRAW_PRECOMP_H 4 5 #include <wine/config.h> 6 #include <wine/port.h> 7 8 #include <stdarg.h> 9 10 #define _INC_WINDOWS 11 #define COM_NO_WINDOW_H 12 13 #include "ddraw_private.h" 14 15 #endif /* !_WINE_DDRAW_PRECOMP_H */ 16