aboutsummaryrefslogtreecommitdiff
path: root/src/cru_debug.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-03-21 22:22:02 +0800
committercrupest <crupest@outlook.com>2019-03-21 22:22:02 +0800
commit962dc18ee4827b464764ec3708be3d00a9143971 (patch)
tree3eea13894a14a26f2e2de07d3d6bc7789d409864 /src/cru_debug.cpp
parentafa2a079562d810e5ef611071b21a3568da9dfca (diff)
downloadcru-962dc18ee4827b464764ec3708be3d00a9143971.tar.gz
cru-962dc18ee4827b464764ec3708be3d00a9143971.tar.bz2
cru-962dc18ee4827b464764ec3708be3d00a9143971.zip
...
Diffstat (limited to 'src/cru_debug.cpp')
-rw-r--r--src/cru_debug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cru_debug.cpp b/src/cru_debug.cpp
index b9226132..331d2bce 100644
--- a/src/cru_debug.cpp
+++ b/src/cru_debug.cpp
@@ -3,7 +3,9 @@
#include "system_headers.hpp"
namespace cru::debug {
+#ifdef CRU_DEBUG
void DebugMessage(const StringView& message) {
::OutputDebugStringW(message.data());
}
+#endif
} // namespace cru::debug