mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 11:56:26 +00:00
66b40e74ee
Now all rename is done. svn path=/trunk/; revision=23349
10 lines
323 B
Ruby
10 lines
323 B
Ruby
<module name="dnsquery" type="win32gui" installbase="bin" installname="dnsquery.exe">
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>dnsapi</library>
|
|
<library>ws2_32</library>
|
|
<file>dnsquery.c</file>
|
|
</module>
|