-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels