Add DLL export macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -869,7 +869,7 @@ WXDLLIMPEXP_BASE bool wxOKlibc(); /* for internal use */
|
|||||||
#else
|
#else
|
||||||
extern
|
extern
|
||||||
#endif
|
#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 */
|
#endif /* !HAVE_SNPRINTF_DECL */
|
||||||
|
|
||||||
/* Wrapper for vsnprintf if it's 3rd parameter is non-const. Note: the
|
/* Wrapper for vsnprintf if it's 3rd parameter is non-const. Note: the
|
||||||
|
Reference in New Issue
Block a user