Update undef.macros.h

This commit is contained in:
2024-12-11 14:08:34 -05:00
parent cb898595b0
commit 65427bd0f1
4 changed files with 157 additions and 36 deletions

View File

@@ -1111,4 +1111,6 @@ String csv_write_string_delimiter( AllocatorInfo a, CSV_Object* obj, char delimi
return output;
}
#undef _adt_fprintf
#pragma endregion CSV

View File

@@ -29,12 +29,6 @@
# ifndef GEN_SYSTEM_MACOS
# define GEN_SYSTEM_MACOS 1
# endif
# include <TargetConditionals.h>
# if TARGET_IPHONE_SIMULATOR == 1 || TARGET_OS_IPHONE == 1
# ifndef GEN_SYSTEM_IOS
# define GEN_SYSTEM_IOS 1
# endif
# endif
#elif defined( __unix__ )
# ifndef GEN_SYSTEM_UNIX
# define GEN_SYSTEM_UNIX 1