Hash :
d0b8295c
        
        Author :
  
        
        Date :
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