Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008

This commit is contained in:
Sam Lantinga
2011-01-24 15:46:11 -08:00
parent 5bb9535909
commit ec39fffe84
42 changed files with 1137 additions and 3437 deletions

View File

@@ -61,7 +61,7 @@ SDL_LoadObject(const char *sofile)
SDL_free(sofile_t);
SDL_free(errbuf_t);
#else /*if defined(__WINDOWS__) */
#else /*if defined(__WIN32__) */
char errbuf[512];
handle = (void *) LoadLibrary(sofile);