mirror of
https://github.com/yawut/SDL.git
synced 2026-08-12 20:15:38 -05:00
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user