Frédéric Delanoy
|
b5a33dab88
|
dlls: Assorted spelling fixes.
|
2011-08-02 20:47:51 +02:00 |
Louis Lenders
|
8819ae1e66
|
kernel32: Fix GetTempFileName with invalid path.
Found by Oskar Eisemuth.
|
2010-10-22 17:19:12 +02:00 |
Harry Jeffery
|
4faf80280c
|
Fixed various spelling mistakes.
|
2010-07-26 13:34:20 +02:00 |
Damjan Jovanovic
|
f56be472c6
|
kernel32: Deal with unix paths in wine_get_dos_file_name.
|
2010-07-23 13:05:32 +02:00 |
Alexandre Julliard
|
9f7bc109d2
|
kernel32: Avoid returning the same name when GetTempFileName is called twice in a short interval.
|
2010-06-24 11:01:56 +02:00 |
Damjan Jovanovic
|
06de0195d0
|
kernel32: Stop CopyFile from overwriting a file with itself.
|
2010-06-16 19:38:58 +02:00 |
Damjan Jovanovic
|
44aa45036b
|
kernel32: Revert 3f1404bf29 and add better CopyFile tests.
|
2010-06-14 14:14:16 +02:00 |
Damjan Jovanovic
|
3f1404bf29
|
kernel32: CopyFile cannot overwrite a file with itself.
|
2010-06-11 11:36:42 +02:00 |
Andrey Turkin
|
de79a63838
|
kernel32: Implement CreateHardLink.
|
2010-05-17 14:43:26 +02:00 |
Alexandre Julliard
|
2530304f1c
|
ntdll: Fix the return status of NtQueryValueKey for a too small buffer.
|
2010-02-16 14:28:41 +01:00 |
Michael Stefaniuc
|
0f5d042ff2
|
kernel32: Don't use HIWORD to check for swapped args in GetCurrentDirectoryA.
|
2010-02-10 14:33:35 +01:00 |
Alexandre Julliard
|
5f9f260e42
|
kernel32: Avoid truncating the output buffer length in GetCurrentDirectoryA.
|
2010-02-01 13:22:41 +01:00 |
Nikolay Sivov
|
6d270a1d48
|
kernel32: Fix SearchPath parameter validation with tests.
|
2009-12-22 13:48:25 +01:00 |
Paul Vriens
|
d58bd680b1
|
kernel32: Fix a crash with GetLongPathNameW and UNC path names.
|
2009-12-17 13:25:51 +01:00 |
Alexandre Julliard
|
aadf703fc0
|
ntdll: The meaning of the flag is inverted between RtlWow64EnableFsRedirection and RtlWow64EnableFsRedirectionEx.
|
2009-10-28 10:55:19 +01:00 |
Alexandre Julliard
|
03d6da0894
|
kernel32: Add implementation of GetSystemWow64DirectoryA/W.
|
2009-07-07 11:42:03 +02:00 |
Alexandre Julliard
|
26caf2fdda
|
kernel32: Forward the Wow64 redirection functions to ntdll.
|
2009-07-06 15:09:29 +02:00 |
Alexandre Julliard
|
fb04bcf638
|
Fix position of CDECL qualifier for functions that return pointers.
|
2009-02-06 14:54:01 +01:00 |
Hans Leidekker
|
2095ba19bb
|
kernel32: Add stub implementations of Wow64DisableWow64FsRedirection and Wow64RevertWow64FsRedirection.
|
2009-01-29 12:17:58 +01:00 |
Maarten Lankhorst
|
70441d5bb8
|
kernel32: Change all functions to use CDECL.
|
2008-12-23 13:09:45 +01:00 |
Cesar Eduardo Barros
|
fee6b384e1
|
kernel32: Add stub for CreateHardLink.
|
2008-07-25 13:21:23 +02:00 |
Dan Hipschman
|
0e8f193184
|
kernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveFileEx (stub).
|
2008-03-14 11:53:15 +01:00 |
Jens Nestler
|
6d59ddf67b
|
kernel32: Don't fail unconditionally in MoveFile for directories with flag MOVEFILE_REPLACE_EXISTING.
|
2008-02-06 13:49:29 +01:00 |
Alexandre Julliard
|
0a134e9e3f
|
kernel32: GetTempPath should try the USERPROFILE and the Windows directory too.
|
2007-09-12 16:52:59 +02:00 |
Lionel Debroux
|
79326157f9
|
kernel32: Fix memory leak in CopyFileW.
|
2007-08-30 17:02:48 +02:00 |
Kirill K. Smirnov
|
fff6db62f3
|
kernel32: Add partial stub for NeedCurrentDirectoryForExePath.
|
2007-04-27 13:05:12 +02:00 |
Andrew Talbot
|
503b338e88
|
kernel32: Replace inline static with static inline.
|
2007-03-17 20:03:39 +01:00 |
Mike McCormack
|
b9910cb36d
|
kernel32: Implement CopyFileWithProgress.
|
2007-01-02 12:08:53 +01:00 |
Michael Stefaniuc
|
8c38b88068
|
kernel32: Win64 printf format warning fixes.
|
2006-10-13 12:08:25 +02:00 |
Louis. Lenders
|
44da24759c
|
kernel32: Print an error instead of crashing in GetLongPathNameW if shortpath=0.
|
2006-10-02 14:41:08 +02:00 |
Alexandre Julliard
|
489d87d1e5
|
kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
|
2006-09-12 13:34:06 +02:00 |