diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 75da2cd1bc..f8b7322717 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -869,7 +869,7 @@ WXDLLIMPEXP_BASE bool wxOKlibc(); /* for internal use */ #else extern #endif - int snprintf(char *str, size_t size, const char *format, ...); + WXDLLIMPEXP_BASE int snprintf(char *str, size_t size, const char *format, ...); #endif /* !HAVE_SNPRINTF_DECL */ /* Wrapper for vsnprintf if it's 3rd parameter is non-const. Note: the