We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a97d2a0 + 9e76ab1 commit d7a9a6eCopy full SHA for d7a9a6e
include/cpp_core/module_api.h
@@ -1,7 +1,7 @@
1
#pragma once
2
3
#if defined(_WIN32) || defined(__CYGWIN__)
4
-#ifdef cpp_windows_bindings_EXPORTS
+#ifdef cpp_bindings_windows_EXPORTS
5
#define MODULE_API __declspec(dllexport)
6
#else
7
#define MODULE_API __declspec(dllimport)
0 commit comments