Forked from
Alchemy Viewer / Alchemy Viewer
21275 commits behind the upstream repository.
-
Nat Goodspeed authored
Specifically, DriverCallback() was accepting several DWORD arguments that should really be DWORD_PTR arguments. In a 32-bit compile, evidently that was okay, but for 64 bits they're different sizes.
Nat Goodspeed authoredSpecifically, DriverCallback() was accepting several DWORD arguments that should really be DWORD_PTR arguments. In a 32-bit compile, evidently that was okay, but for 64 bits they're different sizes.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
forwarding_api.cpp 61.10 KiB