diff options
Diffstat (limited to 'ext/Win32CORE/Win32CORE.c')
-rw-r--r-- | ext/Win32CORE/Win32CORE.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Win32CORE/Win32CORE.c b/ext/Win32CORE/Win32CORE.c index 22f6adfcde..b318fcc8c4 100644 --- a/ext/Win32CORE/Win32CORE.c +++ b/ext/Win32CORE/Win32CORE.c @@ -44,7 +44,7 @@ XS_EXTERNAL(boot_Win32CORE) * should never be called though, as Win32CORE.pm doesn't use DynaLoader. */ } -#if defined(__CYGWIN__) && defined(USEIMPORTLIB) +#if !defined(__CYGWIN__) || defined(USEIMPORTLIB) __declspec(dllexport) #endif void |