Replace the get_file_info request by an fstat() on the client side.
[wine] / dlls / kernel / vxd.c
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-04-02  Alexandre JulliardRemoved the FailReadOnly option, this is now the defaul...
2004-02-25  Alexandre JulliardReturn the right error code for non-existent VxD modules.
2004-02-21  Alexandre JulliardAllow the implementation of the VxDCall entry points...
2004-02-20  Alexandre JulliardCreate real file handles for VxDs instead of using...
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-14  Alexandre JulliardMoved winedos loading functionality to dlls/kernel...
2003-11-13  Alexandre JulliardRemoved instance.h and callback.h, moving their contents to
2003-09-18  Alexandre JulliardMoved VxDCall support to dlls/kernel.