Dmitry Timoshkov
|
adf48a3cc7
|
Add a test for RtlAllocateAndInitializeSid, make it pass under Wine.
|
2005-11-15 12:03:46 +00:00 |
Mike McCormack
|
b5bd4a101a
|
Fix gcc 4.0 warnings.
|
2005-09-02 14:47:36 +00:00 |
Francois Gouget
|
023bd5358a
|
Define RTL_HANDLE and RTL_HANDLE_TABLE if not using Wine's winternl.h
header. Fixes the compilation with the PSDK.
|
2005-08-10 15:00:32 +00:00 |
Stefan Huehner
|
712087700e
|
Fix some -Wstrict-prototypes warnings.
|
2005-06-16 15:52:44 +00:00 |
Mike McCormack
|
c8091b3761
|
Fix warnings in tests, remove pointless comments.
|
2005-06-13 10:03:33 +00:00 |
Francois Gouget
|
6fb1a20020
|
Assorted spelling fixes.
|
2004-12-20 19:27:06 +00:00 |
Jon Griffiths
|
49e13df700
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-17 19:09:29 +00:00 |
Robert Shearman
|
ee6982eeae
|
Implement handle tables and add tests for them.
|
2004-12-07 14:47:13 +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
|
f8e01efb3d
|
Assorted spelling fixes.
|
2004-07-23 23:02:09 +00:00 |
Francois Gouget
|
ad5ff7ceeb
|
Assorted spelling and case fixes.
|
2004-02-09 22:07:42 +00:00 |
Francois Gouget
|
39081ddcd8
|
Add trailing '\n's to ok() calls.
|
2004-02-07 01:03:17 +00:00 |
Hans Leidekker
|
73593d7eed
|
Check if a function exists before testing it.
|
2003-12-15 20:18:50 +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 |
Alexandre Julliard
|
d7fca891e9
|
Avoid non-portable long long constants.
|
2003-08-06 22:09:11 +00:00 |
Jon Griffiths
|
b62fb40f54
|
Added some new Rtl* tests.
|
2003-07-18 22:55:15 +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 |