Skip to content

CreateEvent link error #32

@nlguillemot

Description

@nlguillemot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions