Revert "REVIEWED: TRACELOG() macro logic"

This reverts commit ea92677902.
This commit is contained in:
Ray
2026-03-02 16:01:00 +01:00
parent 936e8ae0db
commit 416da9aca6

View File

@@ -124,11 +124,10 @@
#define SUPPORT_CLIPBOARD_IMAGE 1
#endif
#if !defined(SUPPORT_TRACELOG) || !SUPPORT_TRACELOG
// Not defined or disabled
#define TRACELOG(level, ...) (void)0
#else
#if SUPPORT_TRACELOG
#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
#else
#define TRACELOG(level, ...) (void)0
#endif
// rcore: Configuration values