Michael Stefaniuc
|
8ddaf6cc21
|
ntdll/tests: Win64 printf format warning fixes.
|
2006-10-14 20:17:34 +02:00 |
Alexandre Julliard
|
cba2c84741
|
ntdll/tests: Don't use sizeof in ok() to avoid printf format warnings.
|
2006-06-13 14:03:19 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Hans Leidekker
|
ec6a5175b4
|
ntdll: The closing brace of a guid string is at index 37.
|
2006-04-10 12:22:16 +02:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
Mike McCormack
|
c8091b3761
|
Fix warnings in tests, remove pointless comments.
|
2005-06-13 10:03:33 +00:00 |
Francois Gouget
|
4527aae24f
|
Assorted spelling fixes.
|
2005-04-19 09:49:38 +00:00 |
Francois Gouget
|
a625761eb9
|
Avoid annoying 'macro redefinition' warnings by defining
WIN32_NO_STATUS at the right time.
Define _WIN32_WINNT otherwise we are missing some symbols with the
Windows headers.
|
2004-08-14 00:42:12 +00:00 |
Francois Gouget
|
4e5b9efcf0
|
We should not make deststring static since we count on it being fresh
and clean when entering test_RtlCopyString().
|
2004-05-05 01:38:24 +00:00 |
Francois Gouget
|
52c0832161
|
Make Unicode strings static const.
|
2004-04-20 01:12:17 +00:00 |
Francois Gouget
|
39081ddcd8
|
Add trailing '\n's to ok() calls.
|
2004-02-07 01:03:17 +00:00 |
Jon Griffiths
|
ae0ca56453
|
Added RtlNtStatusToDosErrorNoTeb, RtlGet/Set/RestoreLastWin32Error,
RtlGUIDFromString, RtlStringFromGUID.
|
2003-12-12 05:56:44 +00:00 |
Daniel Marmier
|
0348649853
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-06 21:03:32 +00:00 |
Michael Günnewig
|
4d375d1b8b
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-04 03:04:45 +00:00 |
Jon Griffiths
|
90535ce905
|
Various test fixes for XP/msvc.
|
2003-09-25 20:29:40 +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 |
Jon Griffiths
|
3c95046d03
|
Fix -W warnings.
|
2003-07-19 03:06:03 +00:00 |
Thomas Mertes
|
4f6caf6ca3
|
Tests for RtlDuplicateUnicodeString, RtlFindCharInUnicodeString,
RtlInitUnicodeStringEx.
|
2003-05-06 18:28:02 +00:00 |
Thomas Mertes
|
b5763feb55
|
Tests for RtlUlonglongByteSwap, RtlRandom, RtlAreAllAccessesGranted,
RtlAreAnyAccessesGranted, RtlUnicodeStringToAnsiString,
RtlAppendAsciizToString, RtlAppendStringToString,
RtlAppendUnicodeToString and RtlAppendUnicodeStringToString.
|
2003-04-08 00:56:01 +00:00 |
Thomas Mertes
|
83ee8478d4
|
Tests for RtlCompareMemoryUlong, RtlUniform, RtlDowncaseUnicodeString,
RtlAppendUnicodeStringToString.
|
2003-03-22 00:21:35 +00:00 |
Thomas Mertes
|
9f5f86e3a3
|
Tests for RtlCharToInteger, RtlExtendedMagicDivide, RtlUpperChar,
RtlInt64ToUnicodeString, RtlIntegerToChar, RtlIntegerToUnicodeString,
RtlLargeIntegerToChar, RtlUnicodeStringToInteger and
RtlUpcaseUnicodeChar.
|
2003-02-19 03:40:14 +00:00 |
Francois Gouget
|
e1685e6bf5
|
ok() does not support '%S'. Store the Ansi version, convert to Unicode
when needed, and print the Ansi version using ok().
Fix 'value is so large it is unsigned' warnings.
|
2003-01-16 00:11:32 +00:00 |
Francois Gouget
|
e0af6d0218
|
Call lstrcmpW rather than wcscmp.
|
2003-01-03 03:02:15 +00:00 |
Alexandre Julliard
|
ea2b6df7f6
|
Avoid some warnings.
|
2002-12-19 21:15:41 +00:00 |
Robert Shearman
|
bd4a385c7e
|
First of tests for the Rtl* string manipulation functions.
|
2002-11-12 02:18:10 +00:00 |