summaryrefslogtreecommitdiff
path: root/src/thread/windows/SDL_sysmutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/windows/SDL_sysmutex.c')
-rw-r--r--src/thread/windows/SDL_sysmutex.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/thread/windows/SDL_sysmutex.c b/src/thread/windows/SDL_sysmutex.c
index d0f1c855..82039035 100644
--- a/src/thread/windows/SDL_sysmutex.c
+++ b/src/thread/windows/SDL_sysmutex.c
@@ -23,8 +23,7 @@
/* Mutex functions using the Win32 API */
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
+#include "../../core/windows/SDL_windows.h"
#include "SDL_mutex.h"