X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fsys_stat%2Fsystime.c;fp=lib%2Fcrtdll%2Fsys_stat%2Fsystime.c;h=1cee69f1b3f1dad8cdbeeb63dd49b04cb1c31a49;hp=d168a4f0434eaac72db917b63bf0377101364855;hb=7c0cf90e3b750f1f0dc83b2eec9e5c68a512c30f;hpb=ee8b63255465d8c28be3e7bd11628015708fc1ab diff --git a/lib/crtdll/sys_stat/systime.c b/lib/crtdll/sys_stat/systime.c index d168a4f..1cee69f 100644 --- a/lib/crtdll/sys_stat/systime.c +++ b/lib/crtdll/sys_stat/systime.c @@ -4,6 +4,9 @@ int month[12] = { 31,28,31,30,31,30,31,31,30,31,30,31}; +/* + * @unimplemented + */ unsigned int _getsystime(struct tm* tp) { SYSTEMTIME Time; @@ -46,6 +49,9 @@ unsigned int _getsystime(struct tm* tp) } +/* + * @implemented + */ unsigned int _setsystime(struct tm* tp, unsigned int ms) { SYSTEMTIME Time;