From ba2b424eacb839321a1db56df145d35dd0641994 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Fri, 1 Aug 2008 15:07:32 +0000 Subject: Fix #ifdef type. Closes LP #253859 (bzr r6499) --- buildtool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtool.cpp') diff --git a/buildtool.cpp b/buildtool.cpp index fe1a3816f..33dabce70 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -207,7 +207,7 @@ TREX_API TRexBool trex_getsubexp(TRex* exp, int n, TRexMatch *subexp); #include //#include "trex.h" -#ifdef _UINCODE +#ifdef _UNICODE #define scisprint iswprint #define scstrlen wcslen #define scprintf wprintf -- cgit v1.2.3