From: short <> Date: Thu, 27 Mar 2003 15:47:08 +0000 (+0000) Subject: KeQueryPerformanceCounter(): Workaround return of GCC gint64 for W32 LARGE_INTEGER X-Git-Tag: captive-0_2~26 X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=commitdiff_plain;h=559e705803e596e4510b548f04ab293dce4d858d KeQueryPerformanceCounter(): Workaround return of GCC gint64 for W32 LARGE_INTEGER --- diff --git a/include/ddk/kefuncs.h b/include/ddk/kefuncs.h index b99a1be..7fdfbf7 100644 --- a/include/ddk/kefuncs.h +++ b/include/ddk/kefuncs.h @@ -183,7 +183,11 @@ NTSTATUS STDCALL KePulseEvent (PKEVENT Event, KPRIORITY Increment, BOOLEAN Wait); +#ifndef LIBCAPTIVE LARGE_INTEGER +#else /* !LIBCAPTIVE */ +gint64 +#endif /* LIBCAPTIVE */ STDCALL KeQueryPerformanceCounter ( PLARGE_INTEGER PerformanceFrequency