From bdd8a42449d82dc20018f33682fcd236f3fa8cc0 Mon Sep 17 00:00:00 2001 From: goffioul Date: Fri, 18 Nov 2005 13:40:56 +0000 Subject: [PATCH] Export ecl_null_terminated_string(). --- msvc/ecl-threads.def | 1 + msvc/ecl.def | 1 + 2 files changed, 2 insertions(+) diff --git a/msvc/ecl-threads.def b/msvc/ecl-threads.def index 2dc6e4dc2..a32fd3305 100755 --- a/msvc/ecl-threads.def +++ b/msvc/ecl-threads.def @@ -276,6 +276,7 @@ EXPORTS ecl_allocate_foreign_data ecl_foreign_data_pointer_safe ecl_string_pointer_safe + ecl_null_terminated_string ecl_foreign_data_ref_elt ecl_foreign_data_set_elt diff --git a/msvc/ecl.def b/msvc/ecl.def index 18326541d..f93faad6a 100644 --- a/msvc/ecl.def +++ b/msvc/ecl.def @@ -276,6 +276,7 @@ EXPORTS ecl_allocate_foreign_data ecl_foreign_data_pointer_safe ecl_string_pointer_safe + ecl_null_terminated_string ecl_foreign_data_ref_elt ecl_foreign_data_set_elt