Commit 20930b01 authored by Lucas Fialho Zawacki's avatar Lucas Fialho Zawacki Committed by Alexandre Julliard

dinput: Added DI_SETTINGSNOTSAVED flag.

parent f71efc29
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment