Skip to content

CHILDID_SELF should be a signed integer #2201

@sylveon

Description

@sylveon

CHILDID_SELF is currently an unsigned 32-bits integer in metadata, however the comment in the C header says that IDs can be negative. APIs like SetWinEventHook properly use signed integers, so comparing with CHILDID_SELF currently requires a cast.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions