From ccf48eb93a101ba2412497ad5f3966e4f31d2178 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 7 Nov 2025 00:11:38 +0800 Subject: Win Resource.h to Base.h. --- include/cru/base/platform/win/DebugLogTarget.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/cru/base/platform/win/DebugLogTarget.h') diff --git a/include/cru/base/platform/win/DebugLogTarget.h b/include/cru/base/platform/win/DebugLogTarget.h index cabfa7e5..333e764f 100644 --- a/include/cru/base/platform/win/DebugLogTarget.h +++ b/include/cru/base/platform/win/DebugLogTarget.h @@ -1,15 +1,13 @@ #pragma once #ifndef _WIN32 -#error "This file can only be used on Windows." +#error "This file can only be included on Windows." #endif -#include "WinPreConfig.h" - +#include "Base.h" #include "../../log/Logger.h" namespace cru::platform::win { - class CRU_BASE_API WinDebugLogTarget : public ::cru::log::ILogTarget { public: void Write(::cru::log::LogLevel level, std::string s) override; -- cgit v1.2.3