From bf830c3f7be1c3a450d96b68418f523fa0801c78 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 2 Mar 2026 16:07:56 +0100 Subject: [PATCH] Update config.h --- src/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.h b/src/config.h index ae7002953..9e0b6d8ea 100644 --- a/src/config.h +++ b/src/config.h @@ -361,6 +361,8 @@ //------------------------------------------------------------------------------------ #endif // !EXTERNAL_CONFIG_FLAGS +// NOTE: Following macro depends on config flag that can +// be externally defined, so, it needs to be outside EXTERNAL_CONFIG_FLAGS #if SUPPORT_TRACELOG #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__) #else