Blob Blame History Raw
diff -rupN netgen-5.1/ng/ngpkg.cpp netgen-5.1-new/ng/ngpkg.cpp
--- netgen-5.1/ng/ngpkg.cpp	2013-06-25 13:28:57.000000000 +0200
+++ netgen-5.1-new/ng/ngpkg.cpp	2014-06-13 17:24:10.691625446 +0200
@@ -3115,13 +3115,11 @@ void PlayAnimFile(const char* name, int
   extern "C" int Ng_Init (Tcl_Interp * interp);
   extern "C" int Ng_CSG_Init (Tcl_Interp * interp);
 
-#ifdef _MSC_VER
   extern "C" int Ng_stl_Init (Tcl_Interp * interp);
   extern "C" int Ng_geom2d_Init (Tcl_Interp * interp);
   #ifdef OCCGEOMETRY
     extern "C" int Ng_occ_Init (Tcl_Interp * interp);
   #endif
-#endif
 
 
   // extern "C" int Ng_Geom2d_Init (Tcl_Interp * interp); 
@@ -3139,13 +3137,11 @@ void PlayAnimFile(const char* name, int
 #endif
 
     Ng_CSG_Init(interp);
-#ifdef _MSC_VER
     Ng_stl_Init(interp);
     Ng_geom2d_Init (interp);
 #ifdef OCCGEOMETRY
     Ng_occ_Init (interp);
 #endif
-#endif
 
 
     // Ng_Geom2d_Init(interp);