mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
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:
parent
d232f2364b
commit
7380202636
1 changed files with 2 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue