We don't support GetDIBits with BI_RLE4/8, so for now return an
[wine] / dlls / ntdll / file.c
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-03-09  Alexandre JulliardReimplemented GetVolumeInformation and SetVolumeLabel...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-09  Marcus MeissnerAllow offset of NULL to NtWriteFile.
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-21  Robert ShearmanHandle EIO file error.
2003-11-11  Carlos LozanoNtReadFile checks that offset is not null.
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-08-18  Eric PouechRegression fixes for Nt{Read|Write}File:
2003-07-18  Jon GriffithsDocumentation updates.
2003-07-11  Paul Ruperegister_new_async sets status already. Do not overwri...
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-04-22  Eric PouechMoved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-14  Mike McCormackPartially implement NtOpenFile and NtReadFile.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-09  Juergen SchmiedTypes and partial implementation for NtQueryVolumeInfor...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-04  Dmitry TimoshkovPrint FIXME() for not implemented NtQueryVolumeInformat...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-09  Juergen Schmied- sorted API by groups