From 03d2507c0a46202b0b264d1f67f0b56e4c81f7e6 Mon Sep 17 00:00:00 2001 From: cascade Date: Wed, 15 Aug 2007 13:11:45 +0000 Subject: [PATCH] OCC16602 Fix rollback - compilation errors on WNT --- src/EDL/EDL_Library.cxx | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5