Modify ↓
      
        Opened 11 years ago
Closed 11 years ago
#2736 closed Bug (Fixed)
DriveGetType , _WinAPI_SetWindowPos - constatns defined in ..
| Reported by: | mLipok | Owned by: | Jpm | 
|---|---|---|---|
| Milestone: | 3.3.13.0 | Component: | Documentation | 
| Version: | 3.3.12.0 | Severity: | None | 
| Keywords: | Cc: | 
Description
in _WinAPI_SetWindowPos.txt
Above constants require #include <Constants.au3>
in DriveGetType.txt
Constants are defined in Constants.au3
in both cases this is not true 
should be: 
Above constants require #include <AutoItConstants.au3>
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by Jpm
comment:2 Changed 11 years ago by Jpm
- Milestone set to 3.3.13.0
- Owner set to Jpm
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [10196] in version: 3.3.13.0
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.
    

Not really a bug as Constants.au3 refer to AutoItConstants.au3
But well more precise