diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-11-14 13:02:47 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-11-14 13:02:47 +0900 |
commit | c071518e50c3b1042d0da7355142ce0efebafb34 (patch) | |
tree | 502c6e173ae8014e647cb7710af111fdaf73bf44 /libexslt/exsltexports.h | |
parent | 60933bf41ca6c195abfa8c1149082a4a6e06fa4c (diff) | |
parent | 52575733efa1b63a3f5fa615821c38c54387d409 (diff) | |
download | libxslt-tizen_5.5_base.tar.gz libxslt-tizen_5.5_base.tar.bz2 libxslt-tizen_5.5_base.zip |
Merge branch 'tizen_base' into tizen_5.5_basesubmit/tizen_5.5_base_wearable_hotfix/20201023.155601submit/tizen_5.5_base/20191114.040607accepted/tizen/5.5/base/wearable/hotfix/20201023.080644accepted/tizen/5.5/base/20191118.234222tizen_5.5_tvtizen_5.5_base_wearable_hotfixtizen_5.5_baseaccepted/tizen_5.5_base_wearable_hotfixaccepted/tizen_5.5_base
Diffstat (limited to 'libexslt/exsltexports.h')
-rw-r--r-- | libexslt/exsltexports.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexslt/exsltexports.h b/libexslt/exsltexports.h index bead915c..eee82220 100644 --- a/libexslt/exsltexports.h +++ b/libexslt/exsltexports.h @@ -111,8 +111,8 @@ #endif #endif -/* Cygwin platform, GNU compiler */ -#if defined(_WIN32) && defined(__CYGWIN__) +/* Cygwin platform (does not define _WIN32), GNU compiler */ +#if defined(__CYGWIN__) #undef EXSLTPUBFUN #undef EXSLTPUBVAR #undef EXSLTCALL @@ -124,7 +124,7 @@ #if !defined(LIBEXSLT_STATIC) #define EXSLTPUBVAR __declspec(dllimport) extern #else - #define EXSLTPUBVAR + #define EXSLTPUBVAR extern #endif #endif #define EXSLTCALL __cdecl |