1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

include: Corrected the value of the DIEDFL_ATTACHEDONLY flag.

This commit is contained in:
Lucas Fialho Zawacki 2011-07-06 01:25:39 -03:00 committed by Alexandre Julliard
parent 3fc84d4862
commit 513c9c2f2b

View File

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