diff options
author | crupest <crupest@outlook.com> | 2019-03-21 22:22:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-21 22:22:02 +0800 |
commit | 962dc18ee4827b464764ec3708be3d00a9143971 (patch) | |
tree | 3eea13894a14a26f2e2de07d3d6bc7789d409864 /src/cru_debug.cpp | |
parent | afa2a079562d810e5ef611071b21a3568da9dfca (diff) | |
download | cru-962dc18ee4827b464764ec3708be3d00a9143971.tar.gz cru-962dc18ee4827b464764ec3708be3d00a9143971.tar.bz2 cru-962dc18ee4827b464764ec3708be3d00a9143971.zip |
...
Diffstat (limited to 'src/cru_debug.cpp')
-rw-r--r-- | src/cru_debug.cpp | 2 |
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 |