mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
2b0800d266
Note: it does NOT work. svn path=/trunk/; revision=17279
12 lines
369 B
XML
12 lines
369 B
XML
<module name="vmssrv" type="nativedll" installbase="system32" installname="vmssrv.dll">
|
|
<importlibrary definition="vmssrv.def" />
|
|
<include base="vmssrv">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_DISABLE_TIDENTS" />
|
|
<library>ntdll</library>
|
|
<library>csrsrv</library>
|
|
<file>dllmain.c</file>
|
|
<file>server.c</file>
|
|
<file>vmssrv.rc</file>
|
|
</module>
|