Changes between Initial Version and Version 1 of Ticket #3597, comment 1
- Timestamp:
- 02/26/18 20:43:16 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3597, comment 1
initial v1 1 1 It's got nothing to do with the fixes in that link, the error is that the wrong file is included in the EventLog.au3 file. 2 2 3 It should be using the WinApiSys.au3 include, but it's using the WinAPISysInternals.au3 include in the header. 3 It should be using the WinApiSys.au3 include, but it's using the WinAPISysInternals.au3 include in the header. Although, the beta include for EventLog.au3 uses jus tthe WinAPI.au3 file. So either of those should work.