Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
This commit is contained in:
committed by
GitHub
parent
ceccf24519
commit
31d133db40
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
/* Do our best to make sure va_copy is working */
|
||||
#ifdef __NGAGE__
|
||||
#ifdef SDL_PLATFORM_NGAGE
|
||||
#undef va_copy
|
||||
#define va_copy(dst, src) dst = src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user