Commit d0b8295c0db6e6f369bbec5eabc0cb4224618fa5

Joel Linn 2020-12-23T13:36:46

Add SDL_sem implementation using Atomics and WaitOnAddress API. Keep Semaphore Kernel Object impl for Windows 7 and older - choose at runtime v2: - Fix mixed int/LONG types - Reorder definitions - Add missing include v3: - Use `GetModuleHandle()` to load the API Set