many changes; major ones:
1. start of !wxUSE_GUI support 2. _T() macro renamed to T() 3. wxConvertWX2MB and MB2WX macro added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
21
setup.h.in
21
setup.h.in
@@ -131,11 +131,11 @@
|
||||
/*
|
||||
* Use GUI
|
||||
*/
|
||||
#define wxUSE_GUI 1
|
||||
#define wxUSE_GUI 0
|
||||
/*
|
||||
* Defined if !wxUSE_GUI
|
||||
* Don't use GUI (defined to 1 when compiling/using base only)
|
||||
*/
|
||||
#undef wxUSE_NOGUI
|
||||
#define wxUSE_NOGUI 0
|
||||
|
||||
/*
|
||||
* Use constraints mechanism
|
||||
@@ -367,10 +367,20 @@
|
||||
#define wxUSE_POSTSCRIPT 0
|
||||
|
||||
/*
|
||||
* Compile wxString with wide character (Unicode) support?
|
||||
* Compile wxString with some Unicode support?
|
||||
*/
|
||||
#define wxUSE_WCHAR_T 0
|
||||
|
||||
/*
|
||||
* Compile wxString in wide character (Unicode) mode?
|
||||
*/
|
||||
#define wxUSE_UNICODE 0
|
||||
|
||||
/*
|
||||
* Compile wxString with (limited) multibyte char support?
|
||||
*/
|
||||
#define wxUSE_MULTIBYTE 0
|
||||
|
||||
/*
|
||||
* Work around a bug in GNU libc 5.x wcstombs() implementation.
|
||||
*
|
||||
@@ -644,6 +654,9 @@
|
||||
/* Define if you have the shl_load function. */
|
||||
#undef HAVE_SHL_LOAD
|
||||
|
||||
/* Define if you have strtok_r function. */
|
||||
#undef HAVE_STRTOK_R
|
||||
|
||||
/* Define if you have the uname function. */
|
||||
#undef HAVE_UNAME
|
||||
|
||||
|
Reference in New Issue
Block a user