From 5ecf2e8348f0d419d429c9de13362e13be55fbc1 Mon Sep 17 00:00:00 2001 From: jgarcia Date: Sun, 29 Oct 2006 10:41:51 +0000 Subject: [PATCH] Added new functions to DLL definition files. --- msvc/ecl-threads.def | 9 +++++---- msvc/ecl.def | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/msvc/ecl-threads.def b/msvc/ecl-threads.def index cd6f315e0..edda0a9dd 100755 --- a/msvc/ecl-threads.def +++ b/msvc/ecl-threads.def @@ -692,11 +692,11 @@ EXPORTS fixnum_expt cl_exp cl_expt - cl_log1 - cl_log2 + ecl_log1 + ecl_log2 cl_sqrt - cl_atan2 - cl_atan1 + ecl_atan2 + ecl_atan1 cl_sin cl_cos cl_tan @@ -1126,6 +1126,7 @@ EXPORTS FEtype_error_index FEtype_error_string FEdivision_by_zero + ecl_type_error ; unixfsys.c diff --git a/msvc/ecl.def b/msvc/ecl.def index 661118187..2b1083d58 100644 --- a/msvc/ecl.def +++ b/msvc/ecl.def @@ -698,11 +698,11 @@ EXPORTS fixnum_expt cl_exp cl_expt - cl_log1 - cl_log2 + ecl_log1 + ecl_log2 cl_sqrt - cl_atan2 - cl_atan1 + ecl_atan2 + ecl_atan1 cl_sin cl_cos cl_tan @@ -1108,6 +1108,7 @@ EXPORTS FEtype_error_index FEtype_error_string FEdivision_by_zero + ecl_type_error ; unixfsys.c