]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx/wxchar.h after ctype.h to fix compilation problem with _T redefinition...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Sep 2004 16:14:35 +0000 (16:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Sep 2004 16:14:35 +0000 (16:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/regex/regcustom.h

index 825a3c35e7477fbb8333a34c5af86751f3e2fb3e..ec64f5fb6ed7772c9065a3d9d483e05703d1608d 100644 (file)
@@ -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 <limits.h>
 #include <string.h>
 
+/* 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.