[NTDLL_APITEST][LIB_RTL] Add a test for RtlQueryTimeZoneInformation and fix the bug...
authorEric Kohl <eric.kohl@reactos.org>
Thu, 31 May 2018 14:47:42 +0000 (16:47 +0200)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 31 May 2018 14:47:42 +0000 (16:47 +0200)
commit0f8e720711532d60200211ab7c6dce80e023b68f
treee5fdd28bc493e1d4c844881b465ef7955eb071a6
parent528e6339c21109b33f6a29eddd8e4f3167b43036
[NTDLL_APITEST][LIB_RTL] Add a test for RtlQueryTimeZoneInformation and fix the bug in RtlpQueryRegistryDirect

In working on some problems with Time Zone adjustments in  ReactOS I found that the RtlQueryTimeZoneInformation function is partially broken and wrote an apitest to capture the failures.

Patch by Doug Lyons.

CORE-14658
modules/rostests/apitests/ntdll/CMakeLists.txt
modules/rostests/apitests/ntdll/testlist.c
sdk/lib/rtl/registry.c