Mercurial > sdl-ios-xcode
comparison src/thread/windows/SDL_sysmutex.c @ 5092:327f181542f1
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
I think this also fixes the bug relating to non-latin characters in filenames, since UNICODE wasn't defined in SDL_rwops.c
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 24 Jan 2011 21:20:30 -0800 |
parents | e8916fe9cfc8 |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
5091:79bd1e289005 | 5092:327f181542f1 |
---|---|
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 /* Mutex functions using the Win32 API */ | 24 /* Mutex functions using the Win32 API */ |
25 | 25 |
26 #define WIN32_LEAN_AND_MEAN | 26 #include "../../core/windows/SDL_windows.h" |
27 #include <windows.h> | |
28 | 27 |
29 #include "SDL_mutex.h" | 28 #include "SDL_mutex.h" |
30 | 29 |
31 | 30 |
32 struct SDL_mutex | 31 struct SDL_mutex |