This commit is contained in:
恍兮惚兮 2024-12-29 22:12:36 +08:00
parent 85e857853e
commit d06c29fc59
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ struct CO_INIT
HRESULT hr;
CO_INIT()
{
HRESULT hr = ::CoInitialize(NULL);
hr = ::CoInitialize(NULL);
}
operator HRESULT()
{

View File

@ -1,7 +1,7 @@
set(VERSION_MAJOR 6)
set(VERSION_MINOR 16)
set(VERSION_PATCH 4)
set(VERSION_PATCH 5)
set(VERSION_REVISION 0)
set(LUNA_VERSION "{${VERSION_MAJOR},${VERSION_MINOR},${VERSION_PATCH},${VERSION_REVISION}}")
add_library(VERSION_DEF ${CMAKE_CURRENT_LIST_DIR}/version_def.cpp)