mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
72784f6c8f
svn path=/trunk/; revision=17610
11 lines
359 B
XML
11 lines
359 B
XML
<module name="netreg" type="win32cui" installbase="system32" installname="netreg.exe">
|
|
<include base="netreg">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>kernel32</library>
|
|
<library>ws2_32</library>
|
|
|
|
<file>netreg.cpp</file>
|
|
<file>netreg.rc</file>
|
|
</module>
|