1. fixes for non-Posix sh in configure
2. better caching of wxUSE_<toolkit> argument 3. new wxString::PrintfV() is configured by configure git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
||||
/*
|
||||
* Use wXLongLong (a.k.a. int64) class
|
||||
* Use wxLongLong (a.k.a. int64) class
|
||||
*/
|
||||
#define wxUSE_LONGLONG 0
|
||||
|
||||
@@ -364,6 +364,13 @@
|
||||
*/
|
||||
#define wxUSE_SIZE_T_STRING_OPERATOR 0
|
||||
|
||||
/*
|
||||
* Use the new experimental implementation of wxString::Printf()?
|
||||
*
|
||||
* Warning: enabling this may cause internal compiler errors with gcc!
|
||||
*/
|
||||
#define wxUSE_EXPERIMENTAL_PRINTF 0
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* misc options */
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
Reference in New Issue
Block a user