Correction for compilation of OCCT on MacOS
authorbugmaster <bugmaster@opencascade.com>
Wed, 10 Sep 2014 11:06:56 +0000 (15:06 +0400)
committerbugmaster <bugmaster@opencascade.com>
Wed, 10 Sep 2014 11:06:56 +0000 (15:06 +0400)
src/StepFile/recfile.pc

index d0a3204..d3f4795 100644 (file)
@@ -16,7 +16,7 @@
 #include "stdio.h"
 #include "string.h"
 #include "stdlib.h"
-#if !defined(_WIN32)
+#if (!defined(_WIN32) && !defined(__APPLE__))
 #include "malloc.h"
 #endif
 #include "recfile.ph"