Skip to content

Invalid types for window handles on Windows 64-bit #302

@cztomczak

Description

@cztomczak

In cefpython's code there are multiple places where type "long" is used to keep window handles. This is wrong, because on Windows 64-bit the long type is 32-bit. Window handles and other pointer types should be defined as uintptr_t (from libc.stdint). Also replace any "long long" types with correct pointer type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions