[1/5] dinput: Added DI_SETTINGSNOTSAVED flag (try 2)

Lucas Fialho Zawacki lfzawacki at gmail.com
Mon Jan 9 18:04:15 CST 2012


From: Lucas Fialho Zawacki <lfzawacki at gmail.com>

Changes:
 * Removed the L modifier as noted by Francois Gouget

---
 include/dinput.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/dinput.h b/include/dinput.h
index 353ec55..cf99ecc 100644
--- a/include/dinput.h
+++ b/include/dinput.h
@@ -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     \
-- 
1.7.0.4




More information about the wine-patches mailing list