reactos/dll/directx/wine/dinput/precomp.h

23 lines
370 B
C
Raw Normal View History

#ifndef __WINE_DINPUT_PRECOMP_H
#define __WINE_DINPUT_PRECOMP_H
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define NONAMELESSUNION
#include "dinput_private.h"
#include <winreg.h>
#include <winuser.h>
#include <wine/debug.h>
#include <wine/unicode.h>
#include "device_private.h"
#endif /* !__WINE_DINPUT_PRECOMP_H */