Do not check for non NULL pointer before HeapFree'ing it. It's
[wine] / dlls / kernel / path.c
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...