mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
25 lines
396 B
C
25 lines
396 B
C
![]() |
|
||
|
#ifndef __WINE_DINPUT_PRECOMP_H
|
||
|
#define __WINE_DINPUT_PRECOMP_H
|
||
|
|
||
|
#include <wine/config.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 */
|