Module: wine Branch: master Commit: 76ae4d9c6570f16a0db6b5eabef9a9de3637b004 URL: http://source.winehq.org/git/wine.git/?a=commit;h=76ae4d9c6570f16a0db6b5eabe...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Dec 3 16:41:58 2008 +0100
rpcss: Build with -D__WINESRC__ since it's using Wine-specific features.
---
programs/rpcss/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/rpcss/Makefile.in b/programs/rpcss/Makefile.in index 48c63b7..a2929c4 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@