mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 12:52:08 -08:00
_ecl_win32_... has to be declared as using WINAPI.
This commit is contained in:
parent
28f2f9f4ca
commit
8082cd6010
1 changed files with 1 additions and 1 deletions
|
|
@ -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 { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue