odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.13k stars 551 forks source link

Add bindings for WOW64 API set #3858

Closed flysand7 closed 1 day ago

flysand7 commented 4 days ago

This PR adds bindings for wow64apiset (documentation here: https://learn.microsoft.com/en-us/windows/win32/api/wow64apiset/).

It will be used for core:os/os2 process api, as it's needed to know if a process is a 32-bit process, running under a 64-bit machine.