branch update for HEAD-2003091401
[reactos.git] / lib / kernel32 / misc / perfcnt.c
index c8bdaa4..c6512c1 100644 (file)
@@ -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)
 {