include: Corrected the value of the DIEDFL_ATTACHEDONLY flag.
This commit is contained in:
parent
3fc84d4862
commit
513c9c2f2b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue