Salome HOME
Windows port
[modules/geom.git] / src / STLExport / STLExport.cxx
index d264d62a48ae8752db307c0217d7707f10e5b54a..84e2907a061c540892b3db1b4e4c60f7b0f38669 100644 (file)
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-// File:       STLExport.cxx
-// Created:    Wed May 19 14:53:52 2004
-// Author:     Pavel TELKOV
-//             <ptv@mutex.nnov.opencascade.com>
+// File:        STLExport.cxx
+// Created:     Wed May 19 14:53:52 2004
+// Author:      Pavel TELKOV
+//              <ptv@mutex.nnov.opencascade.com>
 //
 #include "utilities.h"
 
@@ -32,7 +32,7 @@
 #include <TopoDS_Shape.hxx>
 
 #ifdef WIN32
-# if defined STLEXPORT_EXPORTS
+# if defined STLEXPORT_EXPORTS || defined STLExport_EXPORTS
 #  define STLEXPORT_EXPORT __declspec( dllexport )
 # else
 #  define STLEXPORT_EXPORT __declspec( dllimport )