update for HEAD-2003091401
[reactos.git] / lib / ntdll / rtl / timezone.c
index 9396336..d315573 100644 (file)
 
 #define NDEBUG
 #include <ntdll/ntdll.h>
+#include <ntdll/registry.h>
 
 
 /* FUNCTIONS *****************************************************************/
 
+/*
+ * @implemented
+ */
 NTSTATUS STDCALL
 RtlQueryTimeZoneInformation(PTIME_ZONE_INFORMATION TimeZoneInformation)
 {
@@ -92,6 +96,9 @@ RtlQueryTimeZoneInformation(PTIME_ZONE_INFORMATION TimeZoneInformation)
 }
 
 
+/*
+ * @implemented
+ */
 NTSTATUS STDCALL
 RtlSetTimeZoneInformation(PTIME_ZONE_INFORMATION TimeZoneInformation)
 {