Modify ↓
Opened 12 years ago
Closed 12 years ago
#2736 closed Bug (Fixed)
DriveGetType , _WinAPI_SetWindowPos - constatns defined in ..
| Reported by: | mLipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| 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 by , 12 years ago
comment:2 by , 12 years ago
| Milestone: | → 3.3.13.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [10196] in version: 3.3.13.0
Note:
See TracTickets
for help on using tickets.

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