git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53416
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int snprintf(char *str, size_t size, const char *format, ...);
#endif /* !HAVE_SNPRINTF_DECL */
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"
#if defined(HAVE_VSSCANF) && !defined(HAVE_VSSCANF_DECL)
#ifdef __cplusplus
extern "C"