rebuilt SDL2 for OSX/Win from mainstream SDL repo, hg-12339:86dcfbbcacaf

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1598 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2018-10-18 21:39:38 +00:00
parent 6bc6bc3f43
commit aaba723840
7 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2017 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@ -29,6 +29,7 @@
#define SDL_AUDIO_DRIVER_DISK 1
#define SDL_AUDIO_DRIVER_OS2 1
#define SDL_POWER_DISABLED 1
#define SDL_JOYSTICK_DISABLED 1
#define SDL_HAPTIC_DISABLED 1
/*#undef SDL_JOYSTICK_HIDAPI */
@ -47,7 +48,6 @@
#define SDL_LOADSO_OS2 1
#define SDL_TIMER_OS2 1
#define SDL_FILESYSTEM_OS2 1
#define SDL_POWER_OS2 1
/* Enable assembly routines */
#define SDL_ASSEMBLY_ROUTINES 1

View file

@ -1,2 +1,2 @@
#define SDL_REVISION "hg-12319:06e89f1159f9"
#define SDL_REVISION_NUMBER 12319
#define SDL_REVISION "hg-12339:86dcfbbcacaf"
#define SDL_REVISION_NUMBER 12339

View file

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2017 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@ -29,6 +29,7 @@
#define SDL_AUDIO_DRIVER_DISK 1
#define SDL_AUDIO_DRIVER_OS2 1
#define SDL_POWER_DISABLED 1
#define SDL_JOYSTICK_DISABLED 1
#define SDL_HAPTIC_DISABLED 1
/*#undef SDL_JOYSTICK_HIDAPI */
@ -47,7 +48,6 @@
#define SDL_LOADSO_OS2 1
#define SDL_TIMER_OS2 1
#define SDL_FILESYSTEM_OS2 1
#define SDL_POWER_OS2 1
/* Enable assembly routines */
#define SDL_ASSEMBLY_ROUTINES 1

View file

@ -1,2 +1,2 @@
#define SDL_REVISION "hg-12319:06e89f1159f9"
#define SDL_REVISION_NUMBER 12319
#define SDL_REVISION "hg-12339:86dcfbbcacaf"
#define SDL_REVISION_NUMBER 12339

Binary file not shown.

Binary file not shown.