From: Ryan Norton Date: Mon, 15 Dec 2003 01:03:43 +0000 (+0000) Subject: Fixed tabs (i.e. turning into spaces...) Part 2... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c2935c26d7762e13676ce3c8e8bf68dd7e80e490 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 --- diff --git a/src/regex/regcustom.h b/src/regex/regcustom.h index 1c87c02a1e..328354a7d7 100644 --- a/src/regex/regcustom.h +++ b/src/regex/regcustom.h @@ -50,13 +50,13 @@ #endif #if !wxUSE_UNICODE -# define wx_wchar char +# define wx_wchar char #else // Unicode #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 // standard case - # define wx_wchar wchar_t + # define wx_wchar wchar_t #endif // __WCHAR_TYPE__ #endif // ASCII/Unicode