mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-31 11:20:03 +00:00
pass over atomic operations
- use cast to volatile trick for atomic loads on x64 windows - removed unnecessary includes on windows - upgraded clang and gcc code paths to use modern atomics Removed WIN32_LEAN_AND_MEAN because we were already compiling without it and there is code path in os_gfx_win32.c that relies on including full windows.h
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
////////////////////////////////
|
||||
//~ rjf: Includes / Libraries
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
#include <timeapi.h>
|
||||
|
||||
Reference in New Issue
Block a user