git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2008-04-29 16:01:31 +00:00
parent c9008abec2
commit 0eb6fce245

View File

@ -52,6 +52,9 @@
int snprintf(char *str, size_t size, const char *format, ...);
#endif /* !HAVE_SNPRINTF_DECL */
#ifdef __WATCOMC__
#define HAVE_VSSCANF_DECL
#endif
#if defined(HAVE_VSSCANF) && !defined(HAVE_VSSCANF_DECL)
#ifdef __cplusplus
extern "C"