Lucas Fialho Zawacki : include: Corrected the value of the DIEDFL_ATTACHEDONLY flag.

Alexandre Julliard julliard at winehq.org
Wed Jul 6 13:31:07 CDT 2011


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

Author: Lucas Fialho Zawacki <lfzawacki at gmail.com>
Date:   Wed Jul  6 01:25:39 2011 -0300

include: Corrected the value of the DIEDFL_ATTACHEDONLY flag.

---

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

diff --git a/include/dinput.h b/include/dinput.h
index 754b2c4..dc82622 100644
--- a/include/dinput.h
+++ b/include/dinput.h
@@ -186,7 +186,7 @@ DECL_WINELIB_TYPE_AW(LPDIRECTINPUTDEVICE8)
 #define DIENUM_CONTINUE                 1
 
 #define DIEDFL_ALLDEVICES               0x00000000
-#define DIEDFL_ATTACHEDONLY             0x00000000
+#define DIEDFL_ATTACHEDONLY             0x00000001
 #define DIEDFL_FORCEFEEDBACK            0x00000100
 #define DIEDFL_INCLUDEALIASES           0x00010000
 #define DIEDFL_INCLUDEPHANTOMS          0x00020000




More information about the wine-cvs mailing list