- Go away STDCALL, time has come for WINAPI and NTAPI
[reactos.git] / reactos / dll / win32 / kernel32 / misc / perfcnt.c
index e60abbc..aef2a8e 100644 (file)
@@ -20,7 +20,7 @@
 /*
  * @implemented
  */
-BOOL STDCALL
+BOOL WINAPI
 QueryPerformanceCounter(LARGE_INTEGER *lpPerformanceCount)
 {
   LARGE_INTEGER Frequency;
@@ -47,7 +47,7 @@ QueryPerformanceCounter(LARGE_INTEGER *lpPerformanceCount)
 /*
  * @implemented
  */
-BOOL STDCALL
+BOOL WINAPI
 QueryPerformanceFrequency(LARGE_INTEGER *lpFrequency)
 {
   LARGE_INTEGER Count;