We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6119b33 + 0cd7e2e commit 0bdef0eCopy full SHA for 0bdef0e
CoreFoundation/Base.subproj/CFBase.h
@@ -133,7 +133,7 @@
133
#define _CF_EXTERN extern
134
#endif
135
136
- #if defined(_USRDLL)
+ #if defined(_WINDLL)
137
#if defined(CoreFoundation_EXPORTS) || defined(CF_BUILDING_CF)
138
#define CF_EXPORT _CF_EXTERN __declspec(dllexport)
139
#else
CoreFoundation/CMakeLists.txt
@@ -337,7 +337,7 @@ elseif(CMAKE_SYSTEM_NAME STREQUAL Windows)
337
if(BUILD_SHARED_LIBS)
338
target_compile_definitions(CoreFoundation
339
PRIVATE
340
- -D_USRDLL)
+ -D_WINDLL)
341
endif()
342
343
0 commit comments