Use the Windows CreateFile/WriteFile functions instead of open/write.
authorColin Finck <colin@reactos.org>
Sun, 1 Jun 2008 20:34:12 +0000 (20:34 +0000)
committerColin Finck <colin@reactos.org>
Sun, 1 Jun 2008 20:34:12 +0000 (20:34 +0000)
commitce52fa83e3ecb22263802f76fd5e787f0ddf6ed4
tree451d5511e1fd4c0ed98b327e0ce8468f20f09f10
parent78faaa30631faff86db6c834b78da73725680b39
Use the Windows CreateFile/WriteFile functions instead of open/write.
Fixes compilation with MSVC. (note that you also have to change the calling convention from __stdcall to __cdecl in the auto-created project file for the lib)

svn path=/trunk/; revision=33823
rostests/apitests/apitest.c
rostests/apitests/apitest.h