Salome HOME
bos #26616 [CEA][Windows] type long MEDCOUPLING failing test
[tools/medcoupling.git] / src / MEDCoupling_Swig / MEDCouplingCommon.i
index 1639e0751e394a059ab6de26b5abeb3a058562e9..ca7e739462a6ff5de0d77d41ddd2d3af8b1be409 100644 (file)
@@ -85,7 +85,11 @@ typedef long int mcIdType;
 #endif
 %template(i32vec) std::vector<int>;
 #endif
-
+#ifdef WIN32
+typedef long long mcPyPtrType;
+#else
+typedef long mcPyPtrType;
+#endif
 
 ////////////////////
 %typemap(out) MEDCoupling::MEDCouplingMesh*