summaryrefslogtreecommitdiffhomepage
path: root/src/utils.h
diff options
context:
space:
mode:
authorRay <[email protected]>2023-10-09 00:41:06 +0200
committerRay <[email protected]>2023-10-09 00:41:06 +0200
commitd445fdaa199eae6540621b5a35f2d498f5ffab5c (patch)
tree7b36f31f213df7127270817589c3f7a081e6e634 /src/utils.h
parentbbbaae55621a854a6e69bcb9cfe1c6a5a8697e2c (diff)
downloadraylib-d445fdaa199eae6540621b5a35f2d498f5ffab5c.tar.gz
raylib-d445fdaa199eae6540621b5a35f2d498f5ffab5c.zip
WARNING: REDESIGN: Move platform specific data to platform submodules #3313
REVIEWED: Defines, macros, types and tweaks
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index ff8246a7..6ec0f7f1 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -32,7 +32,7 @@
#include <android/asset_manager.h> // Required for: AAssetManager
#endif
-#if defined(SUPPORT_TRACELOG)
+#if defined(SUPPORT_TRACELOG) && !defined(TRACELOG)
#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
#if defined(SUPPORT_TRACELOG_DEBUG)