mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Avoid autoconf removing the #undef ECL_API statement (J. Elsasser)
This commit is contained in:
parent
e6d1d328fa
commit
5726dad47c
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#if defined(mingw32) || defined(_MSC_VER) || defined(cygwin)
|
||||
# define ECL_DLLEXPORT __declspec(dllexport)
|
||||
# ifdef ECL_API
|
||||
# undef ECL_API
|
||||
# undef ECL_API /* Avoid autoconf removing this */
|
||||
# define ECL_API __declspec(dllexport)
|
||||
# else
|
||||
# define ECL_API __declspec(dllimport)
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
#else
|
||||
# define ECL_DLLEXPORT
|
||||
# ifdef ECL_API
|
||||
# undef ECL_API
|
||||
# undef ECL_API /* Avoid autoconf removing this */
|
||||
# endif
|
||||
# define ECL_API
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue