Maarten Lankhorst
|
864e24d2e5
|
kernel32: Fix temporary path test.
|
2008-05-08 11:10:44 +02:00 |
Austin English
|
cb2274e690
|
Spelling fixes.
|
2008-04-04 11:51:40 +02:00 |
Austin English
|
d5de9977df
|
kernel32: Spelling fixes.
|
2008-03-18 11:44:09 +01:00 |
Dmitry Timoshkov
|
aebcbf0f6e
|
kernel32: Return upper cased drive letters in paths, some applications depend on it.
|
2008-02-27 14:52:26 +01:00 |
Paul Vriens
|
c9434956d5
|
kernel32/tests: Skip not implemented functions.
|
2008-01-10 12:15:39 +01:00 |
Francois Gouget
|
5266e57975
|
Assorted spelling fixes.
|
2007-07-31 21:37:50 +02:00 |
Anatoly Lyutin
|
857ff080eb
|
kernel32/tests: Add test for GetShortPathNameW.
|
2007-07-20 11:45:02 +02:00 |
Kirill K. Smirnov
|
9eb0c87204
|
kernel32/tests: Add tests for NeedCurrentDirectoryForExePath.
|
2007-04-27 13:05:19 +02:00 |
Paul Vriens
|
67c26f4ec3
|
kernel32/tests: GetLongPathNameW is not implemented on win98.
|
2007-04-25 13:48:14 +02:00 |
Francois Gouget
|
9299c4985e
|
kernel32/tests: Replace some '#if 0's with 'if (0)'s.
Fix the code so it compiles without warnings.
|
2007-01-08 12:09:07 +01:00 |
Francois Gouget
|
14918e293a
|
kernel32/tests: Use '%d' to print GetLastError().
|
2007-01-04 11:26:22 +01:00 |
Michael Stefaniuc
|
5263b5ec24
|
kernel32/tests: In multiline strings there is no need for '\' at the end of the lines.
|
2006-12-27 13:10:03 +01:00 |
Detlef Riekenberg
|
44f663e8a4
|
kernel32/tests: Add tests for GetWindowsDirectory.
|
2006-12-06 11:27:18 +01:00 |
Detlef Riekenberg
|
ef851bc6dd
|
kernel32/tests: Add tests for GetSystemDirectory.
|
2006-12-06 11:27:08 +01:00 |
Detlef Riekenberg
|
c8a12d0f62
|
kernel32/tests: Avoid crash on Win95 (GetLongPathNameW).
|
2006-11-20 11:50:15 +01:00 |
Michael Stefaniuc
|
8218440c20
|
kernel32/tests: Win64 printf format warning fixes.
|
2006-10-10 16:11:27 +02:00 |
Francois Gouget
|
17aa2c82d2
|
Add missing '\n's to ok() calls.
|
2006-10-03 15:56:16 +02:00 |
Louis. Lenders
|
ed4b6e91cb
|
kernel32: Add 2 simple tests for GetLongPathNameW.
|
2006-10-02 14:41:12 +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 |