-
-
Notifications
You must be signed in to change notification settings - Fork 478
Invalid types for window handles on Windows 64-bit #302
Copy link
Copy link
Closed
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels