]> OCCT Git - occt-wok.git/commitdiff
OCC16602 [OCC Forum] Integration of code porting to MacOSX by Torsten Sadowski
authorcascade <cascade@opencascade.com>
Fri, 7 Sep 2007 14:50:58 +0000 (14:50 +0000)
committercascade <cascade@opencascade.com>
Fri, 7 Sep 2007 14:50:58 +0000 (14:50 +0000)
src/WOKUtils/WOKUtils_Path.cxx
src/WOKUtils/WOKUtils_Path_proto.hxx

index e644fb45df9bdf592b61db3948bd6ebebe142e3b..57792faafa879b5844911089637addf2ff6834ca 100755 (executable)
 #endif
 
 #ifdef WNT
+
+#ifdef CreateFile
+# undef CreateFile
+#endif 
+
+#ifdef CreateDirectory
+# undef CreateDirectory
+#endif
+
 #  include <WOKNT_Path.hxx>
 #  define  WOKUtils_Path WOKNT_Path 
 #else
index 7b05f7265f0b0516d6bfc00f6483b3b2400851e8..d47087e23324e5cb83fc3ecb62f4fcf732d22a13 100755 (executable)
 #include <Handle_WOKUtils_Path.hxx>
 
 #ifdef WNT
+#ifdef CreateFile
+# undef CreateFile
+#endif 
 
+#ifdef CreateDirectory
+# undef CreateDirectory
+#endif
 #include <WOKNT_Path.hxx>
 #define  WOKUtils_Path WOKNT_Path