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

This commit is contained in:
glx 2010-01-15 17:59:09 +00:00
parent 82fc28f77f
commit aff659b0b7
1 changed files with 1 additions and 0 deletions

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);