mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
LPARAM is defined to differnt types on differnt machines with different SDKs, so there is no way to represent it on all platforms safely, using uint64_t seems to be the only safe choice.