Lucas Fialho Zawacki : dinput: Added DI_SETTINGSNOTSAVED flag.

Alexandre Julliard julliard at winehq.org
Tue Jan 10 13:11:19 CST 2012


Module: wine
Branch: master
Commit: 20930b01fddfa6edb54466fc8f6973de2014da3f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=20930b01fddfa6edb54466fc8f6973de2014da3f

Author: Lucas Fialho Zawacki <lfzawacki at gmail.com>
Date:   Mon Jan  9 22:04:15 2012 -0200

dinput: Added DI_SETTINGSNOTSAVED flag.

---

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

diff --git a/include/dinput.h b/include/dinput.h
index 353ec55..a6cf7e2 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     \




More information about the wine-cvs mailing list