diff options
Diffstat (limited to 'srfi/srfi-14.h')
-rw-r--r-- | srfi/srfi-14.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srfi/srfi-14.h b/srfi/srfi-14.h index fbf935e30..816ef0aa3 100644 --- a/srfi/srfi-14.h +++ b/srfi/srfi-14.h @@ -50,9 +50,9 @@ which should be exported or imported in the resulting dynamic link library in the Win32 port. */ -#if defined (__SCM_SRFI1314_IMPORT__) +#if defined (SCM_SRFI1314_IMPORT) # define SCM_SRFI1314_API __declspec (dllimport) extern -#elif defined (__SCM_SRFI1314_EXPORT__) || defined (DLL_EXPORT) +#elif defined (SCM_SRFI1314_EXPORT) || defined (DLL_EXPORT) # define SCM_SRFI1314_API __declspec (dllexport) extern #else # define SCM_SRFI1314_API extern |