include: Corrected the value of the DIEDFL_ATTACHEDONLY flag in dinput.h

Lucas Fialho Zawacki lfzawacki at gmail.com
Tue Jul 5 23:25:39 CDT 2011


---
 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
-- 
1.7.0.4




More information about the wine-patches mailing list