- Fix KiDispatchException to unmask KI_EXCEPTION_INTERNAL when setting the exception...
[reactos.git] / rosapps / net / netreg / netreg.rbuild
1 <module name="netreg" type="win32cui" installbase="system32" installname="netreg.exe" stdlib="host">
2 <include base="netreg">.</include>
3 <define name="__USE_W32API" />
4 <define name="_WIN32_IE">0x0501</define>
5 <define name="_WIN32_WINNT">0x0501</define>
6 <library>kernel32</library>
7 <library>user32</library>
8 <library>ws2_32</library>
9
10 <file>netreg.cpp</file>
11 <file>netreg.rc</file>
12 </module>