From: cascade Date: Wed, 15 Aug 2007 13:11:45 +0000 (+0000) Subject: OCC16602 Fix rollback - compilation errors on WNT X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=03d2507c0a46202b0b264d1f67f0b56e4c81f7e6;p=occt-wok.git OCC16602 Fix rollback - compilation errors on WNT --- diff --git a/src/EDL/EDL_Library.cxx b/src/EDL/EDL_Library.cxx index 13d13c2..6461d34 100755 --- a/src/EDL/EDL_Library.cxx +++ b/src/EDL/EDL_Library.cxx @@ -13,9 +13,6 @@ # define HEADWORD "lib" # ifdef __hpux # define TAILWORD ".sl" -# elif defined(__APPLE__) -# define TAILWORD ".dylib" -# define TAILLEN 6 # else # define TAILWORD ".so" # endif