Modify ↓
Opened 14 years ago
Closed 13 years ago
#1793 closed Bug (No Bug)
Undefined Windows constants...
Reported by: | Jaberwocky6669 | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.1 | Severity: | None |
Keywords: | Cc: |
Description
After searching the standard includes (and some non-standard, i.e., WinAPIEx). I have come to the conclusion that the following constants are not defined in the standard includes.
Global Const $WM_NULL = 0x0000
Global Const $WM_AFXFIRST = 0x0360
Global Const $WM_AFXLAST = 0x037F
Global Const $WM_APPCOMMAND = 0x0319
Global Const $WM_ENDSESSION = 0x0016
Global Const $WM_MDIACTIVATE = 0x0222
Global Const $WM_MDITILE = 0x0226
My justification for this ticket is that everything else has been defined why not these.
Attachments (0)
Change History (1)
comment:1 Changed 13 years ago by Jon
- Resolution set to No Bug
- 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.