Fixed tabs (i.e. turning into spaces...) Part 2...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -50,13 +50,13 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !wxUSE_UNICODE
|
#if !wxUSE_UNICODE
|
||||||
# define wx_wchar char
|
# define wx_wchar char
|
||||||
#else // Unicode
|
#else // Unicode
|
||||||
#if (defined(__GNUC__) && !wxCHECK_GCC_VERSION(2, 96))
|
#if (defined(__GNUC__) && !wxCHECK_GCC_VERSION(2, 96))
|
||||||
# define wx_wchar __WCHAR_TYPE__
|
# define wx_wchar __WCHAR_TYPE__
|
||||||
#else // __WCHAR_TYPE__ and gcc < 2.96
|
#else // __WCHAR_TYPE__ and gcc < 2.96
|
||||||
// standard case
|
// standard case
|
||||||
# define wx_wchar wchar_t
|
# define wx_wchar wchar_t
|
||||||
#endif // __WCHAR_TYPE__
|
#endif // __WCHAR_TYPE__
|
||||||
#endif // ASCII/Unicode
|
#endif // ASCII/Unicode
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user