From 76ae4d9c6570f16a0db6b5eabef9a9de3637b004 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 3 Dec 2008 16:41:58 +0100 Subject: [PATCH] rpcss: Build with -D__WINESRC__ since it's using Wine-specific features. --- programs/rpcss/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/rpcss/Makefile.in b/programs/rpcss/Makefile.in index 48c63b76b6a..a2929c4c50e 100644 --- a/programs/rpcss/Makefile.in +++ b/programs/rpcss/Makefile.in @@ -1,4 +1,4 @@ -EXTRADEFS = -DWINE_NO_UNICODE_MACROS +EXTRADEFS = -D__WINESRC__ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@