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 cc6b62a commit 39d18d1Copy full SHA for 39d18d1
Include/exports.h
@@ -26,7 +26,7 @@
26
#endif
27
28
#if defined(_WIN32) || defined(__CYGWIN__)
29
- #if defined(Py_ENABLE_SHARED)
+ #if !defined(Py_BUILD_CORE) || defined(Py_ENABLE_SHARED)
30
#define Py_IMPORTED_SYMBOL __declspec(dllimport)
31
#define Py_EXPORTED_SYMBOL __declspec(dllexport)
32
#define Py_LOCAL_SYMBOL
0 commit comments