]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
added wxAuiNotebook and wxAuiTabArt to classes.tex and category.tex
[wxWidgets.git] / include / wx / wxchar.h
index ffdebb6934aa82cb3df6486d4eaa5fd26f6a620e..f8b7322717e35880bcf802f15eff4ae73275cd79 100644 (file)
         /* include stdlib.h for wchar_t */
         #include <stdlib.h>
     #endif /* HAVE_WCHAR_H */
+
+    #ifdef HAVE_WIDEC_H
+        #include <widec.h>
+    #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