mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Use w32api
svn path=/trunk/; revision=15925
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<module name="finger" type="win32cui" installbase="system32" installname="finger.exe">
|
||||
<include base="finger">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="__USE_W32_SOCKETS" />
|
||||
<library>kernel32</library>
|
||||
<library>ws2_32</library>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<module name="whois" type="win32cui" installbase="system32" installname="whois.exe">
|
||||
<define name="__USE_W32API" />
|
||||
<include base="whois">.</include>
|
||||
<library>kernel32</library>
|
||||
<library>ws2_32</library>
|
||||
|
||||
Reference in New Issue
Block a user