mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +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,4 +1,4 @@
|
||||||
<module name="clusapi" type="win32dll" baseaddress="${BASEADDRESS_CLUSAPI}" installbase="system32" installname="clusapi2.dll" allowwarnings="false">
|
<module name="clusapi" type="win32dll" baseaddress="${BASEADDRESS_CLUSAPI}" installbase="system32" installname="clusapi.dll" allowwarnings="true">
|
||||||
<importlibrary definition="clusapi.spec.def" />
|
<importlibrary definition="clusapi.spec.def" />
|
||||||
<include base="clusapi">.</include>
|
<include base="clusapi">.</include>
|
||||||
<include base="ReactOS">include/reactos/wine</include>
|
<include base="ReactOS">include/reactos/wine</include>
|
||||||
|
@ -9,7 +9,6 @@
|
||||||
<define name="_WIN32_WINNT">0x501</define>
|
<define name="_WIN32_WINNT">0x501</define>
|
||||||
<define name="WINVER">0x501</define>
|
<define name="WINVER">0x501</define>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>user32</library>
|
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
<file>clusapi.c</file>
|
<file>clusapi.c</file>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue