731d727513ba00eb08bca9ac2fda99cc7e28dab1
[reactos.git] / rostests / tests / atomtest / atomtest.rbuild
1 <module name="atomtest" type="win32cui" installbase="bin" installname="atomtest.exe">
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>ntdll</library>
7 <file>atomtest.c</file>
8 </module>