diff --git a/CMakeLists.txt b/CMakeLists.txt index 42b89df..8bb4879 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ target_compile_definitions(cwpack PRIVATE COMPILE_FOR_${TARGET_ARCHITECTURE_ENDI if(WIN32) if(TARGET_ARCHITECTURE_BITS EQUAL 32) - target_compile_definitions(cwpack PRIVATE CWP_CALL=__fastcall) + target_compile_definitions(cwpack PUBLIC CWP_CALL=__fastcall) endif() endif()