From: Cameron Gutman Date: Tue, 23 Mar 2010 02:59:50 +0000 (+0000) Subject: [DDK] X-Git-Tag: backups/header-work@57446~86^2~41 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=b52502476e1954c6a1829e1cc3a5863478c00dc7 [DDK] - Fix a typo svn path=/trunk/; revision=46352 --- diff --git a/reactos/include/ddk/wdm.h b/reactos/include/ddk/wdm.h index 19a1349a49d..7e97ea08c1d 100644 --- a/reactos/include/ddk/wdm.h +++ b/reactos/include/ddk/wdm.h @@ -3505,7 +3505,7 @@ NTSTATUS ULONG GpeNumber, KINTERRUPT_MODE Mode, BOOLEAN Shareable, - PGPE_SERVICE_ROUTINE2 ServiceRoutine, + PGPE_SERVICE_ROUTINE ServiceRoutine, PVOID ServiceContext, PVOID *ObjectContext );