mshtml: Create nsWineURI even if we don't have valid nsIURI.
[wine] / dlls / kernel / file16.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-16  Mike McCormackkernel32: Move FileCDR16 in with the other 16bit file...
2006-01-10  Robert Shearmankernel: Remove wine/server.h include from files where...
2005-11-08  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-06-20  Mike McCormack- don't include winreg.h
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-04-28  Alexandre JulliardReimplemented Get/SetCurrentDirectoryW using the corres...
2004-04-16  Alexandre JulliardUpdate the drive environment strings when changing...
2004-03-26  Alexandre JulliardFixed GetDriveType16 return value for non-existent...
2004-03-26  Alexandre JulliardStore the windows and system directories as long path...
2004-03-25  Alexandre JulliardSplit OpenFile implementation in separate 16- and 32...
2004-03-10  Alexandre JulliardMoved a number of 16-bit functions to file16.c.
2004-01-14  Eric Pouech- got rid of FILE_Dup2 export from kernel32
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-09-18  Alexandre JulliardReimplemented the 16-bit FindFirstFile, FindNextFile...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Eric Pouech- start moving a few file related functions from files...