From 0e66ddd580595beb7edf1bfa6a257fc4f7f9f65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= Date: Thu, 6 Dec 2018 17:33:45 +0200 Subject: [PATCH] Windows|Debug: Cleanup --- doomsday/sdk/libcore/include/de/libcore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doomsday/sdk/libcore/include/de/libcore.h b/doomsday/sdk/libcore/include/de/libcore.h index ef67ec9748..3951ee6f5e 100644 --- a/doomsday/sdk/libcore/include/de/libcore.h +++ b/doomsday/sdk/libcore/include/de/libcore.h @@ -200,6 +200,8 @@ out = ""; \ for (i = 0; i < frames; ++i) { out.append(strs[i]); out.append('\n'); } \ free(strs); } +# else +# define DENG2_PRINT_BACKTRACE() # endif #endif