winefile: Compile with -DWINE_NO_UNICODE_MACROS.

This commit is contained in:
Michael Stefaniuc 2009-08-25 00:24:58 +02:00 committed by Alexandre Julliard
parent 9b62d9df20
commit e80b36e7c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
EXTRADEFS = -D__WINE__ -DUNICODE
EXTRADEFS = -D__WINE__ -DWINE_NO_UNICODE_MACROS
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@