Francois Gouget
|
e18aa3f614
|
Add trailing '\n's to ok() calls.
|
2004-01-26 20:23:25 +00:00 |
Rolf Kalbermatter
|
76f13deb26
|
Use INVALID_FILE_ATTRIBUTES to test for failure of
GetFileAttributesA/W and not -1 or 0xFFFFFFFF.
|
2003-10-16 19:12:49 +00:00 |
Rolf Kalbermatter
|
c4bba67a9a
|
Fix a return value in SHFileOperation and add some extra tests to
internal helper functions necessary to deal with shortcomings of
kernel32 functions for the time being.
|
2003-09-27 03:47:35 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Francois Gouget
|
56aaea2f43
|
Spelling fixes.
|
2003-07-09 02:52:57 +00:00 |
Rolf Kalbermatter
|
48a01aebef
|
Fix test to succeed in Win 98/2K and most probably ME/XP as well.
|
2003-04-01 04:41:12 +00:00 |
Francois Gouget
|
9b0b1e078a
|
Remove (POINTER)NULL casts.
|
2003-01-14 23:43:41 +00:00 |
Patrik Stridvall
|
e1e063d788
|
Made tests compile on Windows.
|
2002-11-15 00:02:51 +00:00 |
Patrik Stridvall
|
fc832f0fcf
|
Fixed tests to compile with MS C on Windows.
|
2002-10-29 21:24:35 +00:00 |
Francois Gouget
|
5e5f7bbb02
|
Change the #include order so that these tests compile on Windows.
|
2002-09-17 00:04:35 +00:00 |
Andriy Palamarchuk
|
686e46b43f
|
SHFileOperationA: improved, implemented FO_MOVE action, added more
conformance tests.
|
2002-09-04 18:46:29 +00:00 |
Andriy Palamarchuk
|
5b5bea0362
|
SHFileOperation: Implemented the FO_RENAME action, fixed FO_DELETE,
implemented unit tests for these two actions.
|
2002-08-27 01:34:33 +00:00 |