mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 08:49:15 +00:00
dinput: Added DI_SETTINGSNOTSAVED flag.
This commit is contained in:
parent
f71efc297b
commit
20930b01fd
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ DECL_WINELIB_TYPE_AW(LPDIRECTINPUTDEVICE8)
|
|||
#define DI_DOWNLOADSKIPPED ((HRESULT)0x00000003)
|
||||
#define DI_EFFECTRESTARTED ((HRESULT)0x00000004)
|
||||
#define DI_TRUNCATED ((HRESULT)0x00000008)
|
||||
#define DI_SETTINGSNOTSAVED ((HRESULT)0x0000000B)
|
||||
#define DI_TRUNCATEDANDRESTARTED ((HRESULT)0x0000000C)
|
||||
|
||||
#define DIERR_OLDDIRECTINPUTVERSION \
|
||||
|
|
Loading…
Reference in a new issue