diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-01 17:13:57 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-02 09:25:29 -0800 |
| commit | 01ba04e9a737a2b68993e196b7980ce56b8fde00 (patch) | |
| tree | f71c879d22bc5b8b4f256a85c5e43b13951dbee2 /ports/gettext/libgnuintl.h | |
| parent | 5a83ee13619762afd495e7ffb0dd2e775843ecff (diff) | |
| download | vcpkg-01ba04e9a737a2b68993e196b7980ce56b8fde00.tar.gz vcpkg-01ba04e9a737a2b68993e196b7980ce56b8fde00.zip | |
[gettext] Improve and simplify port
Diffstat (limited to 'ports/gettext/libgnuintl.h')
| -rw-r--r-- | ports/gettext/libgnuintl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gettext/libgnuintl.h b/ports/gettext/libgnuintl.h index eac6c8c25..440da4d59 100644 --- a/ports/gettext/libgnuintl.h +++ b/ports/gettext/libgnuintl.h @@ -19,7 +19,7 @@ USA. */ #ifndef _LIBINTL_H #define _LIBINTL_H 1 -#ifdef BUILDING_LIBINTL +#if defined(_WIN32) && defined(libintl_EXPORTS) #define LIBINTL_DLL_EXPORTED __declspec(dllexport) #else #define LIBINTL_DLL_EXPORTED |
