16#if defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || \
17 defined( __BCPLUSPLUS__) || defined( __MWERKS__)
19# if defined(GEOS_DLL_EXPORT)
20# define GEOS_DLL __declspec(dllexport)
21# elif defined(GEOS_DLL_IMPORT)
22# define GEOS_DLL extern __declspec(dllimport)
32# pragma warning(disable: 4251)
42#define GEOS_PRINTF_FORMAT _Printf_format_string_
43#define GEOS_PRINTF_FORMAT_ATTR(format_param, dots_param)
45#define GEOS_PRINTF_FORMAT
46#define GEOS_PRINTF_FORMAT_ATTR(format_param, dots_param) \
47 __attribute__((format(printf, format_param, dots_param)))
49#define GEOS_PRINTF_FORMAT
50#define GEOS_PRINTF_FORMAT_ATTR(format_param, dots_param)