mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
22 lines
370 B
C
22 lines
370 B
C
|
|
#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 */
|