mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Fix -Wundef warnings due to use of unguarded HAVE_LIBC
This commit is contained in:
parent
01f415954f
commit
b29a5bcbb6
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
/* Comment this if you want to build without any C library requirements */
|
||||
#cmakedefine HAVE_LIBC 1
|
||||
#if HAVE_LIBC
|
||||
#ifdef HAVE_LIBC
|
||||
|
||||
/* Useful headers */
|
||||
#cmakedefine HAVE_ALLOCA_H 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue