#pragma once#ifndef _WIN32#error "This file can only be included on Windows."#endif#include"Base.h"namespacecru::platform::win{classCRU_BASE_APIComAutoInit{public:ComAutoInit();CRU_DELETE_COPY(ComAutoInit)CRU_DELETE_MOVE(ComAutoInit)~ComAutoInit();};}// namespace cru::platform::win