_ecl_win32_... has to be declared as using WINAPI.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-09-25 08:58:34 +02:00
parent 28f2f9f4ca
commit 8082cd6010

View file

@ -310,7 +310,7 @@ extern ECL_API ecl_frame_ptr _ecl_frs_push(register cl_env_ptr, register cl_obje
ecl_frs_pop(__the_env); } while (0)
#if defined(_MSC_VER)
extern LONG ECL_API _ecl_w32_exception_filter(struct _EXCEPTION_POINTERS *);
extern ECL_API LONG WINAPI _ecl_w32_exception_filter(struct _EXCEPTION_POINTERS *);
# define CL_CATCH_ALL_BEGIN(the_env) do { \
const cl_env_ptr __the_env = (the_env); \
_try { \