X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Fntdll%2Frtl%2Ftimezone.c;h=d315573cbef8329a873a7b2744cc80df4cfadc85;hb=HEAD;hp=93963369cb4c6846fae7b30cd84226762e89140e;hpb=1334f77b1ecef00ac31076ce6bf22bdfeb82d347;p=reactos.git diff --git a/lib/ntdll/rtl/timezone.c b/lib/ntdll/rtl/timezone.c index 9396336..d315573 100644 --- a/lib/ntdll/rtl/timezone.c +++ b/lib/ntdll/rtl/timezone.c @@ -17,10 +17,14 @@ #define NDEBUG #include +#include /* 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) {