Fix a warning with SDL_TARGET=1 builds.

git-svn-id: https://svn.eduke32.com/eduke32@5955 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-12-26 06:01:44 +00:00
parent d232f2364b
commit 7380202636

View file

@ -49,7 +49,9 @@
# define SDL_DISABLE_8BIT_BUFFER
#endif
#if SDL_MAJOR_VERSION != 1
static SDL_version linked;
#endif
#if !defined STARTUP_SETUP_WINDOW
int32_t startwin_open(void) { return 0; }