X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=ntoskrnl%2Frtl%2Ftimezone.c;h=31a3ad338837275b536848d4d29ce5ed97ebced5;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hp=6f88e9435e0e716c61cd6df6bf75769c1f328499;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605;p=reactos.git diff --git a/ntoskrnl/rtl/timezone.c b/ntoskrnl/rtl/timezone.c index 6f88e94..31a3ad3 100644 --- a/ntoskrnl/rtl/timezone.c +++ b/ntoskrnl/rtl/timezone.c @@ -21,6 +21,9 @@ /* FUNCTIONS *****************************************************************/ +/* + * @implemented + */ NTSTATUS STDCALL RtlQueryTimeZoneInformation(PTIME_ZONE_INFORMATION TimeZoneInformation) { @@ -92,6 +95,9 @@ RtlQueryTimeZoneInformation(PTIME_ZONE_INFORMATION TimeZoneInformation) } +/* + * @implemented + */ NTSTATUS STDCALL RtlSetTimeZoneInformation(PTIME_ZONE_INFORMATION TimeZoneInformation) {