|
typedef wxUSE_UNICODE_dependent | wxChar |
| wxChar is defined to be
char when wxUSE_UNICODE==0
wchar_t when wxUSE_UNICODE==1 (the default).
|
|
typedef wxUSE_UNICODE_dependent | wxSChar |
| wxSChar is defined to be
signed char when wxUSE_UNICODE==0
wchar_t when wxUSE_UNICODE==1 (the default).
|
|
typedef wxUSE_UNICODE_dependent | wxUChar |
| wxUChar is defined to be
unsigned char when wxUSE_UNICODE==0
wchar_t when wxUSE_UNICODE==1 (the default).
|
|
typedef
wxUSE_UNICODE_WCHAR_dependent | wxStringCharType |
| wxStringCharType is defined to be:
char when wxUSE_UNICODE==0
char when wxUSE_UNICODE_WCHAR==0 and wxUSE_UNICODE==1
wchar_t when wxUSE_UNICODE_WCHAR==1 and wxUSE_UNICODE==1
|
|