From 63effd42eaaea3594e18fd7b91372842107978cf Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 26 Sep 2004 16:14:35 +0000 Subject: [PATCH] include wx/wxchar.h after ctype.h to fix compilation problem with _T redefinition with CodeWarrior 9 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/regex/regcustom.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/regex/regcustom.h b/src/regex/regcustom.h index 825a3c35e7..ec64f5fb6e 100644 --- a/src/regex/regcustom.h +++ b/src/regex/regcustom.h @@ -26,9 +26,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* headers if any */ -#include "wx/wxchar.h" - /* overrides for regguts.h definitions, if any */ /* regguts only includes standard headers if NULL is not defined, so do it * ourselves here */ @@ -38,6 +35,9 @@ #include #include +/* must include this after ctype.h inclusion for CodeWarrior/Mac */ +#include "wx/wxchar.h" + /* * Do not insert extras between the "begin" and "end" lines -- this * chunk is automatically extracted to be fitted into regex.h. -- 2.45.2