mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 01:38:27 +00:00
Fixed building with Visual Studio 2013
Added SDL_vacopy.h since it needs to be included after Windows headers
This commit is contained in:
parent
a3c1ca1fa1
commit
8cd908e0b9
5 changed files with 41 additions and 12 deletions
|
@ -27,6 +27,7 @@
|
|||
/* This file contains portable string manipulation functions for SDL */
|
||||
|
||||
#include "SDL_stdinc.h"
|
||||
#include "SDL_vacopy.h"
|
||||
|
||||
#if !defined(HAVE_VSSCANF) || !defined(HAVE_STRTOL) || !defined(HAVE_STRTOUL) || !defined(HAVE_STRTOD) || !defined(HAVE_STRTOLL) || !defined(HAVE_STRTOULL)
|
||||
#define SDL_isupperhex(X) (((X) >= 'A') && ((X) <= 'F'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue