mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
c91fecf968
It currently tests the features I needed to adjust/implement when fixing the wininet problem. ReactOS currently passes all tests, but fails one if you launch the test app for the second time quickly after the first time (timing problem in the network code?). - Fix the behaviour on an ioctlsocket FIONREAD call: The output buffer is not touched, when we have no socket, but when we have no connection, it is set to 0. - Forward the socket call to WSASocketW instead of WSASocketA, minimal performance improvement svn path=/trunk/; revision=33824
30 lines
803 B
Ruby
30 lines
803 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<module name="apitest" type="staticlibrary">
|
|
<include base="apitest">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<file>apitest.c</file>
|
|
</module>
|
|
|
|
<directory name="gdi32api">
|
|
<xi:include href="gdi32api/gdi32api.rbuild" />
|
|
</directory>
|
|
|
|
<directory name="user32api">
|
|
<xi:include href="user32api/user32api.rbuild" />
|
|
</directory>
|
|
|
|
<directory name="w32kdll">
|
|
<xi:include href="w32kdll/directory.rbuild" />
|
|
</directory>
|
|
|
|
<directory name="w32knapi">
|
|
<xi:include href="w32knapi/w32knapi.rbuild" />
|
|
</directory>
|
|
|
|
<directory name="ws2_32">
|
|
<xi:include href="ws2_32/ws2_32.rbuild" />
|
|
</directory>
|
|
</group>
|