X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fkernel32%2Fmisc%2Fperfcnt.c;fp=lib%2Fkernel32%2Fmisc%2Fperfcnt.c;h=c6512c193d1927a0f32023de7c6e198f5ff1fad1;hp=c8bdaa43dc3581f33b3655aef2dac1107a66786e;hb=7c0cf90e3b750f1f0dc83b2eec9e5c68a512c30f;hpb=ee8b63255465d8c28be3e7bd11628015708fc1ab diff --git a/lib/kernel32/misc/perfcnt.c b/lib/kernel32/misc/perfcnt.c index c8bdaa4..c6512c1 100644 --- a/lib/kernel32/misc/perfcnt.c +++ b/lib/kernel32/misc/perfcnt.c @@ -34,6 +34,9 @@ /* FUNCTIONS ****************************************************************/ +/* + * @implemented + */ WINBOOL STDCALL QueryPerformanceCounter(LARGE_INTEGER *lpPerformanceCount) { @@ -58,6 +61,9 @@ QueryPerformanceCounter(LARGE_INTEGER *lpPerformanceCount) } +/* + * @implemented + */ WINBOOL STDCALL QueryPerformanceFrequency(LARGE_INTEGER *lpFrequency) {