(svn r18810) -Fix (r18809): broken win32 compilation with SDL

This commit is contained in:
glx
2010-01-15 17:59:09 +00:00
parent 9467b7c6d6
commit 8cf835c18c

View File

@@ -20,6 +20,7 @@ void SdlClose(uint32 x);
#endif
#ifdef DYNAMICALLY_LOADED_SDL
#include <SDL.h>
struct SDLProcs {
int (SDLCALL *SDL_Init)(Uint32);