Michael Stefaniuc : winefile: Compile with -DWINE_NO_UNICODE_MACROS.

Alexandre Julliard julliard at winehq.org
Tue Aug 25 08:45:11 CDT 2009


Module: wine
Branch: master
Commit: e80b36e7c50d61bf0542583132cefe0e030d6699
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e80b36e7c50d61bf0542583132cefe0e030d6699

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Aug 25 00:24:58 2009 +0200

winefile: Compile with -DWINE_NO_UNICODE_MACROS.

---

 programs/winefile/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winefile/Makefile.in b/programs/winefile/Makefile.in
index bd808b5..c5c12c4 100644
--- a/programs/winefile/Makefile.in
+++ b/programs/winefile/Makefile.in
@@ -1,4 +1,4 @@
-EXTRADEFS = -D__WINE__ -DUNICODE
+EXTRADEFS = -D__WINE__ -DWINE_NO_UNICODE_MACROS
 TOPSRCDIR = @top_srcdir@
 TOPOBJDIR = ../..
 SRCDIR    = @srcdir@




More information about the wine-cvs mailing list