server: Remove no longer used create_flags from get_startup_info request.
[wine] / dlls / kernel / path.c
2006-01-27  Alexandre Julliardserver: Make the FILE_SHARE_DELETE sharing checks depen...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-12  Phil Lodwickprefix can be NULL for GetTempFileNameW.
2005-11-08  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-09-26  Alexandre JulliardUse a larger buffer in CopyFileW now that the file...
2005-09-07  Aric StewartFix the translation of dest to DestW, having it be...
2005-08-11  Alexandre JulliardAdded a wine_get_dos_file_name function in kernel32...
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-12  Felix NawothnigAdd a workaround for Win9x apps which pass the paramete...
2005-03-01  Marcelo DuarteCopyFile needs to retain timestamp.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-17  Andreas MohrGetTempPath*() uses DWORD parameters instead of UINT.
2004-11-22  Alexander YaworskyChanged allocation of arguments in SearchPathA so path...
2004-10-08  Vincent BéronCorrect the calling convention of GetSystemWow64Directo...
2004-06-02  Raphael JunqueiraSemi stubs for GetSystemWow64Directory[AW].
2004-05-13  Alexandre JulliardAdded proper support for switching file APIs between...
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-04-30  Alexandre JulliardUse RtlDosPathNameToNtPathName_U to build the registry...
2004-04-28  Alexandre JulliardReimplemented Get/SetCurrentDirectoryW using the corres...
2004-04-27  Alexandre JulliardReimplemented CreateDirectoryW and RemoveDirectoryW...
2004-04-27  Alexandre JulliardPass the creation disposition to wine_nt_to_unix_file_n...
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-21  Alexandre JulliardChanged MoveFileEx to use ntdll functions, and moved...
2004-03-26  Alexandre JulliardStore the windows and system directories as long path...
2004-03-25  Alexandre JulliardReimplemented SearchPathW using ntdll functions.
2004-03-17  Alexandre JulliardRetrieve a short name in GetShortPathNameW if the long...
2004-01-20  Eric Pouech- RtlGetFullPathName_U: rewritten so that the source...
2004-01-15  Eric PouechReimplemented Get{Short|Long}PathName and updated the...