rpcss: Build with -D__WINESRC__ since it's using Wine-specific features.

This commit is contained in:
Alexandre Julliard 2008-12-03 16:41:58 +01:00
parent 9b9a2f7629
commit 76ae4d9c65
1 changed files with 1 additions and 1 deletions

View File

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