remove all version defines from rostests
[reactos.git] / rostests / tests / dnsapi / dnsapi.rbuild
1 <module name="dnsapitst" type="win32cui" installbase="bin" installname="dnsapitst.exe">
2 <define name="__USE_W32API" />
3 <library>kernel32</library>
4 <library>dnsapi</library>
5 <library>ws2_32</library>
6 <file>dnsapi.c</file>
7 </module>