X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/047fa46b8a3aa189d0827bf2d56882983eb0b964..fa2aeeb5dc9de43c0cae3b2d651fca2fef122129:/include/wx/wxchar.h?ds=sidebyside diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index ffdebb6934..f8b7322717 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -109,6 +109,10 @@ /* include stdlib.h for wchar_t */ #include #endif /* HAVE_WCHAR_H */ + + #ifdef HAVE_WIDEC_H + #include + #endif #endif /* wxUSE_WCHAR_T */ /* ---------------------------------------------------------------------------- */ @@ -865,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