From e80b36e7c50d61bf0542583132cefe0e030d6699 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Tue, 25 Aug 2009 00:24:58 +0200 Subject: [PATCH] winefile: Compile with -DWINE_NO_UNICODE_MACROS. --- programs/winefile/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winefile/Makefile.in b/programs/winefile/Makefile.in index bd808b5908f..c5c12c42447 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@