Преглед изворни кода

Only declare dllexports if building a DLL.

Cameron Hart пре 14 година
родитељ
комит
7a54b55efc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Core/Contents/Include/PolyGlobals.h

+ 1 - 1
Core/Contents/Include/PolyGlobals.h

@@ -47,7 +47,7 @@ THE SOFTWARE.
 #define TODEGREES 57.2957795
 #define TORADIANS 0.0174532925
 
-#ifdef _WINDOWS
+#if defined(_WINDOWS) && defined(Polycore_EXPORTS)
 	#define _PolyExport __declspec(dllexport)
 #else
 	#define _PolyExport