mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
fixed all network apps in rosapps.
svn path=/trunk/; revision=23952
This commit is contained in:
parent
e3d7c1e7aa
commit
d287153576
3 changed files with 6 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
||||||
<define name="_WIN32_IE">0x0501</define>
|
<define name="_WIN32_IE">0x0501</define>
|
||||||
<define name="_WIN32_WINNT">0x0501</define>
|
<define name="_WIN32_WINNT">0x0501</define>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
|
<library>user32</library>
|
||||||
|
<library>advapi32</library>
|
||||||
<library>ws2_32</library>
|
<library>ws2_32</library>
|
||||||
|
|
||||||
<directory name="sio">
|
<directory name="sio">
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
<module name="netreg" type="win32cui" installbase="system32" installname="netreg.exe">
|
<module name="netreg" type="win32cui" installbase="system32" installname="netreg.exe" stdlib="host">
|
||||||
<include base="netreg">.</include>
|
<include base="netreg">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="_WIN32_IE">0x0501</define>
|
<define name="_WIN32_IE">0x0501</define>
|
||||||
<define name="_WIN32_WINNT">0x0501</define>
|
<define name="_WIN32_WINNT">0x0501</define>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
|
<library>user32</library>
|
||||||
<library>ws2_32</library>
|
<library>ws2_32</library>
|
||||||
|
|
||||||
<file>netreg.cpp</file>
|
<file>netreg.cpp</file>
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="_WIN32_IE">0x0501</define>
|
<define name="_WIN32_IE">0x0501</define>
|
||||||
<define name="_WIN32_WINNT">0x0501</define>
|
<define name="_WIN32_WINNT">0x0501</define>
|
||||||
|
<library>kernel32</library>
|
||||||
|
<library>user32</library>
|
||||||
|
|
||||||
<file>niclist.c</file>
|
<file>niclist.c</file>
|
||||||
<file>niclist.rc</file>
|
<file>niclist.rc</file>
|
||||||
|
|
Loading…
Reference in a new issue