mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-16 11:25:47 +00:00
Fix -Wundef warnings due to use of unguarded HAVE_LIBC
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
/* Comment this if you want to build without any C library requirements */
|
/* Comment this if you want to build without any C library requirements */
|
||||||
#cmakedefine HAVE_LIBC 1
|
#cmakedefine HAVE_LIBC 1
|
||||||
#if HAVE_LIBC
|
#ifdef HAVE_LIBC
|
||||||
|
|
||||||
/* Useful headers */
|
/* Useful headers */
|
||||||
#cmakedefine HAVE_ALLOCA_H 1
|
#cmakedefine HAVE_ALLOCA_H 1
|
||||||
|
|||||||
Reference in New Issue
Block a user