mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
10 lines
406 B
Text
10 lines
406 B
Text
![]() |
<module name="httpapi" type="win32dll" baseaddress="${BASEADDRESS_HTTPAPI}" installbase="system32" installname="httpapi.dll" allowwarnings="true">
|
||
|
<importlibrary definition="httpapi.spec" />
|
||
|
<include base="httpapi">.</include>
|
||
|
<include base="ReactOS">include/reactos/wine</include>
|
||
|
<define name="__WINESRC__" />
|
||
|
<file>httpapi_main.c</file>
|
||
|
<library>wine</library>
|
||
|
<library>ntdll</library>
|
||
|
</module>
|