mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-17 04:07:23 +00:00
c539261ef4
Added missing Cygwin packages to readme.
7 lines
157 B
C
7 lines
157 B
C
|
|
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
|
|
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
|
|
#else
|
|
#define LIBINTL_DLL_EXPORTED
|
|
#endif
|