[DINPUT] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / dll / directx / wine / dinput / precomp.h
1
2 #ifndef __WINE_DINPUT_PRECOMP_H
3 #define __WINE_DINPUT_PRECOMP_H
4
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8
9 #define COBJMACROS
10 #define NONAMELESSUNION
11
12 #include "dinput_private.h"
13
14 #include <winreg.h>
15 #include <winuser.h>
16
17 #include <wine/debug.h>
18 #include <wine/unicode.h>
19
20 #include "device_private.h"
21
22 #endif /* !__WINE_DINPUT_PRECOMP_H */