Fixed windows build

This commit is contained in:
acidicoala
2025-09-18 00:33:37 +05:00
parent 3a186da49d
commit d7b13bdd30
3 changed files with 2 additions and 3 deletions

View File

@@ -100,7 +100,6 @@ if(WIN32)
INPUT_SOURCES_DIR ""
DLL_FILES_GLOB "${CMAKE_CURRENT_SOURCE_DIR}/res/steamworks/*/binaries/${STEAM_API_MODULE}.dll"
)
configure_linker_exports(
TARGET SmokeAPI
HEADER_NAME "linker_exports_for_version.h"

View File

@@ -119,7 +119,7 @@ namespace smoke_api {
const auto exe_name = kb::path::to_str(exe_path.filename());
LOG_DEBUG("Process name: '{}' [{}-bit]", exe_name, kb::util::BITNESS);
LOG_DEBUG("Self handle: {}", module_handle);
LOG_DEBUG("Self handle: {}", reinterpret_cast<void*>(module_handle));
// We need to hook functions in either mode
kb::hook::init(true);