aboutsummaryrefslogtreecommitdiff
path: root/src/win/debug.cpp
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-09-08 22:24:28 +0800
committer杨宇千 <crupest@outlook.com>2019-09-08 22:24:28 +0800
commita8ba16ddab3291e59a33b36405462094f8cdf5bc (patch)
treeaa849cdc1f9b4f7a0aa150f562b2e618c63ecceb /src/win/debug.cpp
parent8b9a306d6f24dbc08aeee16b115260406e79126d (diff)
downloadcru-a8ba16ddab3291e59a33b36405462094f8cdf5bc.tar.gz
cru-a8ba16ddab3291e59a33b36405462094f8cdf5bc.tar.bz2
cru-a8ba16ddab3291e59a33b36405462094f8cdf5bc.zip
...
Diffstat (limited to 'src/win/debug.cpp')
-rw-r--r--src/win/debug.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/win/debug.cpp b/src/win/debug.cpp
deleted file mode 100644
index e15b1f6c..00000000
--- a/src/win/debug.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "cru/win/win_pre_config.hpp"
-
-#include "cru/platform/debug.hpp"
-
-namespace cru::platform {
-void DebugMessage(const std::wstring_view& message) {
- ::OutputDebugStringW(message.data());
-}
-} // namespace cru::platform