diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-01 15:07:32 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-01 15:07:32 +0000 |
| commit | ba2b424eacb839321a1db56df145d35dd0641994 (patch) | |
| tree | 3f4fd08204b053a431753755b0d0dbdb7b4a58b4 /buildtool.cpp | |
| parent | Added to tests for SVG units, and fixed warning of missing case (diff) | |
| download | inkscape-ba2b424eacb839321a1db56df145d35dd0641994.tar.gz inkscape-ba2b424eacb839321a1db56df145d35dd0641994.zip | |
Fix #ifdef type. Closes LP #253859
(bzr r6499)
Diffstat (limited to 'buildtool.cpp')
| -rw-r--r-- | buildtool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <setjmp.h> //#include "trex.h" -#ifdef _UINCODE +#ifdef _UNICODE #define scisprint iswprint #define scstrlen wcslen #define scprintf wprintf |
