Autosyncing with Wine HEAD

svn path=/trunk/; revision=30880
This commit is contained in:
The Wine Synchronizer 2007-11-29 11:07:07 +00:00
parent 187bdad2ea
commit 09bef04650

View file

@ -1,13 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="powrprof" type="win32dll" baseaddress="${BASEADDRESS_POWRPROF}" installbase="system32" installname="powrprof.dll" allowwarnings="true">
<importlibrary definition="powrprof.spec.def" />
<include base="powrprof">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__REACTOS__" />
<define name="__WINESRC__" />
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
<define name="WINVER">0x501</define>
<define name="WINVER">0x600</define>
<define name="_WIN32_WINNT">0x600</define>
<library>wine</library>
<library>advapi32</library>
<library>kernel32</library>