diff options
author | Chris Liddell <chris.liddell@artifex.com> | 2011-07-17 21:00:49 +0100 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2011-07-18 08:21:16 +0100 |
commit | cafb227e7d81c71add8cd6c027fe5e2aa7683f44 (patch) | |
tree | 9e82aed19c46d672ae03fde6a9584aa80c2ed777 | |
parent | a45fe967db32b0f5fad885559b539371dcbf2336 (diff) |
Disable the Unicode/UTF8 code for 9.03 release.ghostscript-9.03ghostpdl-9.03ghostpdl-9.03
-rw-r--r-- | gs/psi/msvc.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/psi/msvc.mak b/gs/psi/msvc.mak index bbd8c2123..90ff4b6df 100644 --- a/gs/psi/msvc.mak +++ b/gs/psi/msvc.mak @@ -385,7 +385,7 @@ XCFLAGS= CFLAGS= !endif -CFLAGS=$(CFLAGS) $(XCFLAGS) +CFLAGS=$(CFLAGS) $(XCFLAGS) /DWINDOWS_NO_UNICODE # 1 --> Use 64 bits for gx_color_index. This is required only for # non standard devices or DeviceN process color model devices. |