mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
VITASDK compatibility
This commit is contained in:
committed by
Sam Lantinga
parent
7d89f09f74
commit
ca5e5d6154
@@ -366,7 +366,7 @@ SDL_COMPILE_TIME_ASSERT(sint64, sizeof(Sint64) == 8);
|
||||
|
||||
/** \cond */
|
||||
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
|
||||
#if !defined(__ANDROID__)
|
||||
#if !defined(__ANDROID__) && !defined(__VITA__)
|
||||
/* TODO: include/SDL_stdinc.h:174: error: size of array 'SDL_dummy_enum' is negative */
|
||||
typedef enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user