mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
SDL rebuild.
This commit is contained in:
parent
c3ef90eb36
commit
aba330cacd
10 changed files with 6 additions and 6 deletions
Binary file not shown.
|
@ -68,8 +68,8 @@
|
|||
|
||||
#if defined(__APPLE__)
|
||||
/* lets us know what version of Mac OS X we're compiling on */
|
||||
#include "AvailabilityMacros.h"
|
||||
#include "TargetConditionals.h"
|
||||
#include <AvailabilityMacros.h>
|
||||
#include <TargetConditionals.h>
|
||||
|
||||
/* Fix building with older SDKs that don't define these
|
||||
See this for more information:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define SDL_REVISION "@a71c2009aa81533556743a3cb3a6183184286b27"
|
||||
#define SDL_REVISION "@dfeebcbd4a98fc18494c27cf2c6f3239f75a27d5"
|
||||
#define SDL_REVISION_NUMBER 0
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -68,8 +68,8 @@
|
|||
|
||||
#if defined(__APPLE__)
|
||||
/* lets us know what version of Mac OS X we're compiling on */
|
||||
#include "AvailabilityMacros.h"
|
||||
#include "TargetConditionals.h"
|
||||
#include <AvailabilityMacros.h>
|
||||
#include <TargetConditionals.h>
|
||||
|
||||
/* Fix building with older SDKs that don't define these
|
||||
See this for more information:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define SDL_REVISION "@a71c2009aa81533556743a3cb3a6183184286b27"
|
||||
#define SDL_REVISION "@dfeebcbd4a98fc18494c27cf2c6f3239f75a27d5"
|
||||
#define SDL_REVISION_NUMBER 0
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue