]> SALOME platform Git repositories - modules/gui.git/blobdiff - tools/PyInterp/src/PyInterp.h
Salome HOME
PyInterp prepare for qt6.
[modules/gui.git] / tools / PyInterp / src / PyInterp.h
index 387cf18496d618d88fbdda5d2cf927af91463f8c..985770d0ffdebbe248f6d17e767e923f319c250d 100644 (file)
@@ -27,7 +27,7 @@
 
 // ========================================================
 // set dllexport type for Win platform 
-#ifdef WIN32
+#if !defined(PYINTERP_STATIC) && defined(_WIN32)
 # if defined PYINTERP_EXPORTS || defined PyInterp_EXPORTS
 #  define PYINTERP_EXPORT __declspec(dllexport)
 # else