another Watcom compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
941a4e6260
commit
ed12c5a22c
@ -70,6 +70,10 @@
|
||||
#undef HAVE_VSWPRINTF
|
||||
#endif
|
||||
|
||||
#if defined(__WATCOMC__)
|
||||
#define HAVE_VSWPRINTF 1
|
||||
#endif
|
||||
|
||||
#if wxUSE_PRINTF_POS_PARAMS
|
||||
/*
|
||||
The systems where vsnprintf() supports positional parameters should
|
||||
|
Loading…
Reference in New Issue
Block a user