Move tests from rosapps to rostests
[reactos.git] / rostests / tests / regqueryvalue / regqueryvalue.rbuild
1 <module name="regqueryvalue" type="win32gui" installbase="bin" installname="regqueryvalue.exe" allowwarnings="true">
2 <define name="_WIN32_IE">0x0501</define>
3 <define name="_WIN32_WINNT">0x0501</define>
4 <define name="__USE_W32API" />
5 <library>kernel32</library>
6 <library>user32</library>
7 <library>advapi32</library>
8 <library>gdi32</library>
9 <file>regqueryvalue.c</file>
10 </module>