REVIEWED: EXTERNAL_CONFIG_FLAGS usage, check moved to config.h

Due to `utils` module removal, `EXTERNAL_CONFIG_FLAGS` was not working, so the system was redesigned.
This change is independent of #4411
This commit is contained in:
Ray
2026-01-12 13:04:38 +01:00
parent 32e7732061
commit 0c33c603f4
7 changed files with 33 additions and 38 deletions

View File

@ -74,11 +74,7 @@
#else
#include "raylib.h" // Declares module functions
// Check if config flags have been externally provided on compilation line
#if !defined(EXTERNAL_CONFIG_FLAGS)
#include "config.h" // Defines module configuration flags
#endif
//#include "utils.h" // Required for: fopen() Android mapping
#include "config.h" // Defines module configuration flags
#endif
#if defined(SUPPORT_MODULE_RAUDIO) || defined(RAUDIO_STANDALONE)