1 2 #ifndef __WINE_DINPUT_PRECOMP_H 3 #define __WINE_DINPUT_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 14 #include "dinput_private.h" 15 16 #include <winreg.h> 17 #include <winuser.h> 18 19 #include <wine/debug.h> 20 #include <wine/unicode.h> 21 22 #include "device_private.h" 23 24 #endif /* !__WINE_DINPUT_PRECOMP_H */ 25