dinput: Add missing definition to public header.

This commit is contained in:
Peter Beutner 2007-04-04 21:30:25 +02:00 committed by Alexandre Julliard
parent e97a5e7879
commit 59c18ef56d
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ DECL_WINELIB_TYPE_AW(LPDIRECTINPUT)
DECL_WINELIB_TYPE_AW(LPDIRECTINPUT2)
#define IID_IDirectInput7 WINELIB_NAME_AW(IID_IDirectInput7)
DECL_WINELIB_TYPE_AW(LPDIRECTINPUT7)
#define IID_IDirectInput8 WINELIB_NAME_AW(IID_IDirectInput8)
DECL_WINELIB_TYPE_AW(LPDIRECTINPUT8)
#define IID_IDirectInputDevice WINELIB_NAME_AW(IID_IDirectInputDevice)
DECL_WINELIB_TYPE_AW(LPDIRECTINPUTDEVICE)
#define IID_IDirectInputDevice2 WINELIB_NAME_AW(IID_IDirectInputDevice2)