From: Robin Dunn Date: Fri, 10 Nov 2006 19:15:47 +0000 (+0000) Subject: Add DLL export macro X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d036261c45c398857b983b599a945a3deef24f31 Add DLL export macro git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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