From dfe62dcf8bcefc523b466e127c3edc4dc2756629 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 6 Oct 2024 13:57:39 +0800 Subject: Rename common to base. --- include/cru/common/platform/win/ComAutoInit.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 include/cru/common/platform/win/ComAutoInit.h (limited to 'include/cru/common/platform/win/ComAutoInit.h') diff --git a/include/cru/common/platform/win/ComAutoInit.h b/include/cru/common/platform/win/ComAutoInit.h deleted file mode 100644 index cc968e4b..00000000 --- a/include/cru/common/platform/win/ComAutoInit.h +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -#include "../../PreConfig.h" -#ifdef CRU_PLATFORM_WINDOWS - -#include "WinPreConfig.h" -#include "cru/common/Base.h" - -namespace cru::platform::win { -class CRU_BASE_API ComAutoInit { - public: - ComAutoInit(); - - CRU_DELETE_COPY(ComAutoInit) - CRU_DELETE_MOVE(ComAutoInit) - - ~ComAutoInit(); -}; -} // namespace cru::platform::win - -#endif -- cgit v1.2.3