kernel32: Fix a typo in a comment.
[wine] / dlls / kernel32 / path.c
2013-04-18  Austin Englishkernel32: Fix a typo in a comment.
2013-01-18  Charles Daviskernel32: Make CopyFile(Ex)() succeed even if the sourc...
2013-01-18  Charles Daviskernel32: Make CopyFile() call CopyFileEx() instead...
2012-06-07  Dmitry Timoshkovkernel32: Print in the CopyFileW trace also fail_if_exi...
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2010-10-22  Louis Lenderskernel32: Fix GetTempFileName with invalid path.
2010-07-26  Harry JefferyFixed various spelling mistakes.
2010-07-23  Damjan Jovanovickernel32: Deal with unix paths in wine_get_dos_file_name.
2010-06-24  Alexandre Julliardkernel32: Avoid returning the same name when GetTempFil...
2010-06-16  Damjan Jovanovickernel32: Stop CopyFile from overwriting a file with...
2010-06-14  Damjan Jovanovickernel32: Revert 3f1404bf29676d79dd76ffd31e2630bb9f2b0b...
2010-06-11  Damjan Jovanovickernel32: CopyFile cannot overwrite a file with itself.
2010-05-17  Andrey Turkinkernel32: Implement CreateHardLink.
2010-02-16  Alexandre Julliardntdll: Fix the return status of NtQueryValueKey for...
2010-02-10  Michael Stefaniuckernel32: Don't use HIWORD to check for swapped args...
2010-02-01  Alexandre Julliardkernel32: Avoid truncating the output buffer length...
2009-12-22  Nikolay Sivovkernel32: Fix SearchPath parameter validation with...
2009-12-17  Paul Vrienskernel32: Fix a crash with GetLongPathNameW and UNC...
2009-10-28  Alexandre Julliardntdll: The meaning of the flag is inverted between...
2009-07-07  Alexandre Julliardkernel32: Add implementation of GetSystemWow64DirectoryA/W.
2009-07-06  Alexandre Julliardkernel32: Forward the Wow64 redirection functions to...
2009-02-06  Alexandre JulliardFix position of CDECL qualifier for functions that...
2009-01-29  Hans Leidekkerkernel32: Add stub implementations of Wow64DisableWow64...
2008-12-23  Maarten Lankhorstkernel32: Change all functions to use CDECL.
2008-07-25  Cesar Eduardo Barroskernel32: Add stub for CreateHardLink.
2008-03-14  Dan Hipschmankernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveF...
2008-02-06  Jens Nestlerkernel32: Don't fail unconditionally in MoveFile for...
2007-09-12  Alexandre Julliardkernel32: GetTempPath should try the USERPROFILE and...
2007-08-30  Lionel Debrouxkernel32: Fix memory leak in CopyFileW.
2007-04-27  Kirill K. Smirnovkernel32: Add partial stub for NeedCurrentDirectoryForE...
2007-03-17  Andrew Talbotkernel32: Replace inline static with static inline.
2007-01-02  Mike McCormackkernel32: Implement CopyFileWithProgress.
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-10-02  Louis. Lenderskernel32: Print an error instead of crashing in GetLong...
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.