mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 17:37:39 +00:00
Improve support for private platforms (#11220)
This commit is contained in:
parent
66d09a1cda
commit
9af5ffcfbe
27 changed files with 70 additions and 18 deletions
|
@ -54,8 +54,10 @@
|
|||
#define HAVE_MALLOC 1
|
||||
#define HAVE_CALLOC 1
|
||||
#define HAVE_REALLOC 1
|
||||
#define HAVE_FDATASYNC 1
|
||||
#define HAVE_FREE 1
|
||||
#define HAVE_GETENV 1
|
||||
#define HAVE_GETHOSTNAME 1
|
||||
#define HAVE_SETENV 1
|
||||
#define HAVE_PUTENV 1
|
||||
#define HAVE_UNSETENV 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue