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.
1 parent abb7971 commit c5243ceCopy full SHA for c5243ce
src/asar/CMakeLists.txt
@@ -270,4 +270,4 @@ if (ASAR_GEN_LIB)
270
set_asar_shared_properties(asar-static "D" FALSE)
271
272
# there's no need to set the PDB name since static libraries don't produce PDBs
273
-endif()
+endif()
src/asar/interface-lib.cpp
@@ -19,7 +19,7 @@
19
#elif defined(_WIN32)
20
#ifdef ASAR_SHARED
21
#define EXPORT extern "C" __declspec(dllexport)
22
-#elif ASAR_STATIC
+#elif defined(ASAR_STATIC)
23
#define EXPORT extern "C"
24
#endif
25
#else
src/asar/interface-lib.h
@@ -184,4 +184,4 @@ extern "C" {
184
#ifdef __cplusplus
185
}
186
187
-#endif
+#endif
0 commit comments