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:
Ryan Norton
2003-12-15 01:03:43 +00:00
parent 960cb7d715
commit c2935c26d7

View File

@@ -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