Mike McCormack
|
383302c11e
|
Make functions static.
|
2005-06-20 10:30:15 +00:00 |
|
Mike McCormack
|
4c6149ee0c
|
Eliminate some -Wwrite-strings warnings.
|
2005-06-01 11:04:26 +00:00 |
|
Francois Gouget
|
f5c9da6860
|
Assorted spelling fixes.
|
2005-05-06 15:44:31 +00:00 |
|
Paul Vriens
|
0b3b35116a
|
Print retval in decimal to avoid confusion.
NT4 fails with ERROR_INVALID_TARGET_HANDLE instead of
ERROR_REDIR_PAUSED.
Use some correct messages on error.
Extra tracing.
|
2005-03-25 20:47:50 +00:00 |
|
Jakob Eriksson
|
4fead33f30
|
If the device gets interrupted, we just give up.
|
2005-03-22 21:16:24 +00:00 |
|
Francois Gouget
|
4d801b66e6
|
Assorted spelling fixes.
|
2005-02-10 19:19:35 +00:00 |
|
Stefan Leichter
|
9cc5c15795
|
Fix missing imports of the test program on NT4.
|
2004-12-06 11:45:13 +00:00 |
|
Rolf Kalbermatter
|
a2ebf8b356
|
Add test for SHCreateDirectoryEx function.
Fixed some typos.
|
2004-10-28 20:58:38 +00:00 |
|
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 |
|