Win32: Use `CreateSemaphore()` instead of `CreateSemaphoreW()`
This should improve compiler compatibility for those that do not define `CreateSemaphoreW()`, such as NXDK.
Showing
Please register or sign in to comment
This should improve compiler compatibility for those that do not define `CreateSemaphoreW()`, such as NXDK.