]> git.saurik.com Git - wxWidgets.git/commit
Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
authorDavid Elliott <dfe@tgwbd.org>
Tue, 30 Mar 2004 01:50:58 +0000 (01:50 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 30 Mar 2004 01:50:58 +0000 (01:50 +0000)
commit46d492a879f7fec474c0847dd0637593453746eb
tree8431c1924e50f5155569551335d7d1700753cef3
parent6edf1107031284fdcf5e6eabc6b87a7367e28185
Do not #undef wxNEED_PRINTF_CONVERSION if wxVsnprintf_ has not been defined
(to an OS implementation).  Instead, check when delcaring the wxSnprintf
and wxVsnprintf wrappers and only define them if wxVsnprintf_ has been defined.

This allows HAVE_VSWPRINTF to be false yet still allow other OS wchar
functions to be used which will be needed to work around FreeBSD/Darwin.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/wxchar.h