Richard Cohen
|
3ca45f8e89
|
Blame ExpandEnvironmentStringsA for the failing NT4 test.
|
2005-08-12 15:51:22 +00:00 |
Mike McCormack
|
82434be6a9
|
gcc 4.0 warning fixes.
|
2005-07-29 14:15:31 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Pierre d'Herbemont
|
342da59b0c
|
Remove stdlib.h inclusion if winsock.h is included.
|
2005-05-18 15:33:20 +00:00 |
Jakob Eriksson
|
a4fe0d6003
|
More trace info.
|
2005-03-22 18:18:14 +00:00 |
Paul Vriens
|
89330709b7
|
More verbosity of errors.
|
2005-02-03 19:38:58 +00:00 |
Paul Vriens
|
a3d0eeb9f6
|
- new test
- changed test to reflect windows results
|
2005-01-31 11:29:59 +00:00 |
Paul Vriens
|
14b96358f8
|
- More verbose output of errors.
- Bail out if first test fails (produce one error only).
|
2005-01-21 16:18:00 +00:00 |
Paul Vriens
|
361ee299ac
|
Use a registry key for copying, that's known on every system.
|
2005-01-17 15:45:44 +00:00 |
Paul Vriens
|
7e8c096a26
|
Change the order of Src and Dst in CopyKey calls/functions.
|
2005-01-17 15:33:00 +00:00 |
Jon Griffiths
|
bcf439261a
|
Use Ascii functions explicitly.
|
2005-01-03 14:36:47 +00:00 |
Jon Griffiths
|
1f79d57d3a
|
Use the A version of calls when passing ASCII strings.
|
2004-12-15 10:50:01 +00:00 |
James Hawkins
|
0bd19bb11d
|
Make four shreg tests pass on XP.
|
2004-11-19 17:56:08 +00:00 |
James Hawkins
|
0fec65d6a7
|
Use SHDeleteKey to remove leftover keys from the shreg tests.
|
2004-11-10 01:30:59 +00:00 |
Bill Medland
|
3f3e29254b
|
Fix SHDeleteKey so that it will handle deleting a key with more than
one subkey. Also includes test.
|
2004-10-14 00:25:29 +00:00 |
Francois Gouget
|
ce7c3b50ac
|
Add trailing '\n's to ok() calls.
|
2004-01-27 20:13:03 +00:00 |
Daniel Marmier
|
7e0ddbc60f
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-07 22:54:17 +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
|
23aa0f64a2
|
Fix signed/unsigned warnings.
|
2002-12-18 20:50:49 +00:00 |
Francois Gouget
|
d2667a4ce3
|
Removed unnecessary HANDLE typecasts.
|
2002-12-02 18:10:57 +00:00 |
Francois Gouget
|
3a8601948d
|
NetpGetComputerName, SHCopyKeyA and SHRegGetPathA don't exist on all
Windows platforms -> use GetModuleHandle + GetProcAddress.
|
2002-09-16 22:45:22 +00:00 |
Alexandre Julliard
|
3507999f3d
|
Delete registry key at exit.
|
2002-09-12 22:29:58 +00:00 |
Patrik Stridvall
|
7e252cb5ef
|
Fixed C++ comments.
|
2002-09-12 20:45:22 +00:00 |
Jon Griffiths
|
f5b34b5b69
|
Implementation and test for SHCopyKeyA/W.
|
2002-09-12 18:02:14 +00:00 |
Alexandre Julliard
|
63d29eb79b
|
Fixed string lengths to do the right thing for all platforms.
|
2002-08-09 01:14:23 +00:00 |
Eric Pouech
|
f320e74c59
|
No longer depends on external env strings values.
|
2002-06-28 17:35:20 +00:00 |
Alexandre Julliard
|
75de8fe16c
|
Added printf format checking to the ok() and trace() macros, and fixed
the resulting warnings.
|
2002-06-22 00:08:10 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Francois Gouget
|
4c314000b9
|
Make the tests compile with Visual C++.
|
2002-05-23 02:40:07 +00:00 |
Juergen Schmied
|
c74a791a0d
|
Added some tests.
|
2002-05-09 19:48:07 +00:00 |