From e4373f671c0dad88dd1d8c706b8f945ef2d8fa86 Mon Sep 17 00:00:00 2001 From: jgarcia Date: Thu, 18 Jan 2007 16:30:59 +0000 Subject: [PATCH] More symbols that had not been renamed --- src/c/threads_win32.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/threads_win32.d b/src/c/threads_win32.d index b3ac9dd4f..3b6984649 100644 --- a/src/c/threads_win32.d +++ b/src/c/threads_win32.d @@ -250,7 +250,7 @@ mp_exit_process(void) back to the thread entry point, going through all possible UNWIND-PROTECT. */ - unwind(cl_env.frs_org); + ecl_unwind(cl_env.frs_org); } }