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:
@@ -52,6 +52,9 @@
|
|||||||
int snprintf(char *str, size_t size, const char *format, ...);
|
int snprintf(char *str, size_t size, const char *format, ...);
|
||||||
#endif /* !HAVE_SNPRINTF_DECL */
|
#endif /* !HAVE_SNPRINTF_DECL */
|
||||||
|
|
||||||
|
#ifdef __WATCOMC__
|
||||||
|
#define HAVE_VSSCANF_DECL
|
||||||
|
#endif
|
||||||
#if defined(HAVE_VSSCANF) && !defined(HAVE_VSSCANF_DECL)
|
#if defined(HAVE_VSSCANF) && !defined(HAVE_VSSCANF_DECL)
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C"
|
||||||
|
Reference in New Issue
Block a user