Hi, just noting an issue I ran into.
Issue
Using CreateEvent causes a link error.
Cause
The original CreateEvent is a macro for CreateEventW and CreateEventA, not a function.
Workaround
Use CreateEventW or CreateEventA directly.
Proposed fix
Remove the function from the header to avoid misuse.
Hi, just noting an issue I ran into.
Issue
Using CreateEvent causes a link error.
Cause
The original CreateEvent is a macro for CreateEventW and CreateEventA, not a function.
Workaround
Use CreateEventW or CreateEventA directly.
Proposed fix
Remove the function from the header to avoid misuse.