Modify ↓
Opened 9 years ago
Closed 9 years ago
#3063 closed Bug (Fixed)
Typo in WinAPISys.au3
Reported by: | mikell | Owned by: | guinness |
---|---|---|---|
Milestone: | 3.3.13.22 | Component: | Standard UDFs |
Version: | 3.3.12.0 | Severity: | None |
Keywords: | Cc: |
Description
Global Const $tagRAWKEYBOARD = 'ushort MakeCode;ushort Flags;ushort Reserved;ushort VKey;ushort;uint Message;ulong ExtraInformation;'
should be
Global Const $tagRAWKEYBOARD = 'ushort MakeCode;ushort Flags;ushort Reserved;ushort VKey;uint Message;ulong ExtraInformation;'
Attachments (0)
Change History (1)
comment:1 Changed 9 years ago by guinness
- Milestone set to 3.3.13.22
- Owner set to guinness
- Resolution set to Fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Fixed by revision [11354] in version: 3.3.13.22