KeQueryPerformanceCounter(): Workaround return of GCC gint64 for W32 LARGE_INTEGER
authorshort <>
Thu, 27 Mar 2003 15:47:08 +0000 (15:47 +0000)
committershort <>
Thu, 27 Mar 2003 15:47:08 +0000 (15:47 +0000)
include/ddk/kefuncs.h

index b99a1be..7fdfbf7 100644 (file)
@@ -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