wxVsnprintf() implementation with positional parameters support (patch 1462778); disabled for now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -154,6 +154,14 @@
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_ON_FATAL_EXCEPTION) */
|
||||
|
||||
#ifndef wxUSE_PRINTF_POS_PARAMS
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_PRINTF_POS_PARAMS must be defined."
|
||||
# else
|
||||
# define wxUSE_PRINTF_POS_PARAMS 0
|
||||
# endif
|
||||
#endif /* !defined(wxUSE_PRINTF_POS_PARAMS) */
|
||||
|
||||
#ifndef wxUSE_PROTOCOL
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_PROTOCOL must be defined."
|
||||
|
Reference in New Issue
Block a user