From b1c235d364ac052fdc67d6323ca6fb09b12415e3 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 5 Oct 2009 14:55:34 +0200 Subject: [PATCH] loader: Build the loader with -D__WINESRC__. --- loader/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/Makefile.in b/loader/Makefile.in index 8f4d2a262c5..59111592e3b 100644 --- a/loader/Makefile.in +++ b/loader/Makefile.in @@ -2,6 +2,7 @@ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = .. SRCDIR = @srcdir@ VPATH = @srcdir@ +DEFS = -D__WINESRC__ $(EXTRADEFS) C_SRCS = \ main.c \