File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Version 1.02.1
66- Package name + version to all the new/updated bindings
77
88[fixed]
9+ - 1.02.0 regression: win/winuser.bi: Renamed INPUT typedef to INPUT_ to avoid conflicts with the quirk keyword (due to bug #730)
910
1011
1112Version 1.02.0
Original file line number Diff line number Diff line change 99#include once "crt/stdarg.bi"
1010#include once "guiddef.bi"
1111
12+ '' The following symbols have been renamed:
13+ '' typedef INPUT => INPUT_
14+
1215extern "Windows"
1316
1417#define _WINUSER_
@@ -2438,7 +2441,7 @@ type tagINPUT
24382441 end union
24392442end type
24402443
2441- type INPUT as tagINPUT
2444+ type INPUT_ as tagINPUT
24422445type PINPUT as tagINPUT ptr
24432446type LPINPUT as tagINPUT ptr
24442447declare function SendInput( byval cInputs as UINT, byval pInputs as LPINPUT, byval cbSize as long ) as UINT
You can’t perform that action at this time.
0 commit comments