add watcom define HAVE_VSSCANF_DECL (http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/100710)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c9008abec2
commit
0eb6fce245
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user