From e73d98ad7297e6b16954cf46df2faf9f669902aa Mon Sep 17 00:00:00 2001 From: L zard Date: Sat, 2 Nov 2024 13:08:07 +0100 Subject: [PATCH] build_config: add missing macros Those are defined in other build_configs files and used elsewhere in SDL. --- include/build_config/SDL_build_config.h.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/build_config/SDL_build_config.h.cmake b/include/build_config/SDL_build_config.h.cmake index b2c145647b..2b1bdcda4c 100644 --- a/include/build_config/SDL_build_config.h.cmake +++ b/include/build_config/SDL_build_config.h.cmake @@ -50,6 +50,7 @@ #cmakedefine HAVE_ALLOCA_H 1 #cmakedefine HAVE_ICONV_H 1 #cmakedefine HAVE_INTTYPES_H 1 +#cmakedefine HAVE_LIBUNWIND_H 1 #cmakedefine HAVE_LIMITS_H 1 #cmakedefine HAVE_MALLOC_H 1 #cmakedefine HAVE_MATH_H 1 @@ -128,6 +129,7 @@ #cmakedefine HAVE_CEILF 1 #cmakedefine HAVE_COPYSIGN 1 #cmakedefine HAVE_COPYSIGNF 1 +#cmakedefine HAVE__COPYSIGN 1 #cmakedefine HAVE_COS 1 #cmakedefine HAVE_COSF 1 #cmakedefine HAVE_EXP 1 @@ -166,6 +168,7 @@ #cmakedefine HAVE_TANF 1 #cmakedefine HAVE_TRUNC 1 #cmakedefine HAVE_TRUNCF 1 +#cmakedefine HAVE__FSEEKI64 1 #cmakedefine HAVE_FOPEN64 1 #cmakedefine HAVE_FSEEKO 1 #cmakedefine HAVE_FSEEKO64 1 @@ -491,6 +494,8 @@ /* Enable ime support */ #cmakedefine SDL_USE_IME @SDL_USE_IME@ +#cmakedefine SDL_DISABLE_WINDOWS_IME 1 +#cmakedefine SDL_GDK_TEXTINPUT 1 /* Platform specific definitions */ #cmakedefine SDL_IPHONE_KEYBOARD @SDL_IPHONE_KEYBOARD@