scemu icon indicating copy to clipboard operation
scemu copied to clipboard

DRY out WinAPI 32-bit vs 64-bit implementation duplication

Open brandonros opened this issue 6 months ago • 1 comments

brandonros avatar Aug 16 '25 17:08 brandonros

In a 64bits Windows OS the implementation is in 64bits, but if the program is 32bits, the wow64 subsystem prepares the switch of params, registers and structures.

sha0coder avatar Aug 24 '25 21:08 sha0coder