mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 06:58:10 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=26517
This commit is contained in:
parent
14c4779a12
commit
a841c3b409
1 changed files with 16 additions and 17 deletions
|
@ -1,17 +1,16 @@
|
|||
<module name="clusapi" type="win32dll" baseaddress="${BASEADDRESS_CLUSAPI}" installbase="system32" installname="clusapi2.dll" allowwarnings="false">
|
||||
<importlibrary definition="clusapi.spec.def" />
|
||||
<include base="clusapi">.</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>
|
||||
<library>wine</library>
|
||||
<library>user32</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>clusapi.c</file>
|
||||
<file>clusapi.spec</file>
|
||||
</module>
|
||||
<module name="clusapi" type="win32dll" baseaddress="${BASEADDRESS_CLUSAPI}" installbase="system32" installname="clusapi.dll" allowwarnings="true">
|
||||
<importlibrary definition="clusapi.spec.def" />
|
||||
<include base="clusapi">.</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>
|
||||
<library>wine</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>clusapi.c</file>
|
||||
<file>clusapi.spec</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue