mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
forgot to svn add the rbuild file
svn path=/trunk/; revision=26534
This commit is contained in:
parent
1324d35870
commit
453ad10eac
1 changed files with 16 additions and 0 deletions
16
reactos/dll/win32/wtsapi32/wtsapi32.rbuild
Normal file
16
reactos/dll/win32/wtsapi32/wtsapi32.rbuild
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<module name="wtsapi32" type="win32dll" baseaddress="${BASEADDRESS_WTSAPI32}" installbase="system32" installname="wtsapi32.dll" allowwarnings="true">
|
||||||
|
<importlibrary definition="wtsapi32.spec.def" />
|
||||||
|
<include base="wtsapi32">.</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>wtsapi32.c</file>
|
||||||
|
<file>wtsapi32.spec</file>
|
||||||
|
</module>
|
Loading…
Reference in a new issue