From cf83c1254a928d37ffd864bbd6b6e801b6681362 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 13 Dec 2003 03:21:30 +0000 Subject: [PATCH] Define __WINE__ to enable extensions (spotted by Martin Fuchs). --- programs/winefile/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/winefile/Makefile.in b/programs/winefile/Makefile.in index 55f2b66c31..a03c7b435a 100644 --- a/programs/winefile/Makefile.in +++ b/programs/winefile/Makefile.in @@ -1,3 +1,4 @@ +EXTRADEFS = -D__WINE__ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@