reactos/rostests/apitests
Colin Finck c91fecf968 - Add a test suite for ws2_32.dll
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
2008-06-01 22:08:45 +00:00
..
gdi32api Set svn:eol-style "native" for all apitest stuff 2008-06-01 18:06:22 +00:00
testdata Adding a text file call notes.txt it is some werid thing I have have not yet figout how it works. 2007-09-30 11:57:37 +00:00
user32api Set svn:eol-style "native" for all apitest stuff 2008-06-01 18:06:22 +00:00
w32kdll fixed a spelling error for NtGdiSelectBitmap thx Caemyr notes it and testing on win2k3 2008-04-12 19:56:09 +00:00
w32knapi Set svn:eol-style "native" for all apitest stuff 2008-06-01 18:06:22 +00:00
ws2_32 - Add a test suite for ws2_32.dll 2008-06-01 22:08:45 +00:00
apitest.c Use the Windows CreateFile/WriteFile functions instead of open/write. 2008-06-01 20:34:12 +00:00
apitest.h Use the Windows CreateFile/WriteFile functions instead of open/write. 2008-06-01 20:34:12 +00:00
directory.rbuild - Add a test suite for ws2_32.dll 2008-06-01 22:08:45 +00:00