Sweden-Number/dlls/ntdll/tests
Thomas Faber 429fcf3a9d ntdll/tests: Fix build with PSDK headers.
CRITICAL_SECTION is distinct from RTL_CRITICAL_SECTION in PSDK.

Signed-off-by: Thomas Faber <thomas.faber@reactos.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-27 15:38:06 +09:00
..
Makefile.in ntdll/tests: Add tests for TpSimpleTryPost function. 2015-03-03 17:11:25 +09:00
atom.c ntdll/tests: Ensure 4-byte alignment for ATOM_BASIC_INFORMATION. 2015-04-22 14:00:48 +09:00
change.c ntdll: Fix handling of async cancellation for directory changes. 2015-05-07 16:02:26 +09:00
directory.c ntdll/tests: Don't call lstrlenW on non-null-terminated buffer. 2015-06-05 14:11:10 +09:00
env.c ntdll/tests: Fix use of uninitialized value. 2015-10-15 13:27:34 +09:00
error.c include: Correctly spell STATUS_SMI_PRIMITIVE_INSTALLER_FAILED. 2014-07-23 21:24:24 +02:00
exception.c Assorted spelling and typos fixes. 2015-08-18 15:00:13 +09:00
file.c ntdll/tests: Add tests for calling NtReadFile/NtWriteFile on directory. 2015-10-08 20:17:05 +09:00
generated.c include: Add IMAGE_LOAD_CONFIG_DIRECTORY64 definition. 2015-06-24 15:37:02 +09:00
info.c ntdll/tests: Print the correct status code in ok() messages. 2015-11-16 17:09:24 +09:00
large_int.c
ntdll_test.h
om.c server: Fix type name of directory file. 2015-06-05 14:32:27 +09:00
path.c ntdll/tests: Mark win8 behaviour as failing. 2013-11-14 10:35:16 +01:00
pipe.c ntdll: Don't run user APCs in NtCancelIoFile. 2015-05-07 15:38:57 +09:00
port.c ntdll/tests: Fix incorrect prototype. 2015-05-15 21:58:06 +09:00
reg.c ntdll: Added more NtOpenKey tests. 2015-11-19 20:55:16 +09:00
rtl.c ntdll/tests: Fix build with PSDK headers. 2015-11-27 15:38:06 +09:00
rtlbitmap.c
rtlstr.c ntdll/tests: Add tests for RtlUTF8ToUnicodeN. 2014-04-09 17:31:03 +02:00
string.c ntdll/tests: Clarify ok() conditions (PVS-Studio). 2014-11-11 14:21:31 +09:00
threadpool.c ntdll: Wait_thread_proc should not terminate on user APC. 2015-10-09 20:56:27 +09:00
time.c