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
This commit is contained in:
Sam Lantinga
2011-01-24 21:20:30 -08:00
parent e1e1122ee0
commit 01fa14dc42
37 changed files with 274 additions and 273 deletions

View File

@@ -27,7 +27,7 @@
#include "../SDL_audio_c.h"
#include "SDL_androidaudio.h"
#include "../../SDL_android.h"
#include "../../core/android/SDL_android.h"
#include <android/log.h>