Maarten Lankhorst : include: Fix timer APC callback definition.

Alexandre Julliard julliard at winehq.org
Thu Nov 19 10:15:17 CST 2009


Module: wine
Branch: master
Commit: 6e0e0dc605d93d709947ced745a8187d9dcf2bcf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6e0e0dc605d93d709947ced745a8187d9dcf2bcf

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Wed Nov 18 12:11:36 2009 +0100

include: Fix timer APC callback definition.

---

 include/winternl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/winternl.h b/include/winternl.h
index fe77359..d38f49c 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -1782,7 +1782,7 @@ typedef struct _KEY_MULTIPLE_VALUE_INFORMATION
 
 typedef VOID (CALLBACK *PRTL_OVERLAPPED_COMPLETION_ROUTINE)(DWORD,DWORD,LPVOID);
 
-typedef VOID (*PTIMER_APC_ROUTINE) ( PVOID, ULONG, LONG );
+typedef VOID (CALLBACK *PTIMER_APC_ROUTINE) ( PVOID, ULONG, LONG );
 
 typedef enum _EVENT_TYPE {
   NotificationEvent,




More information about the wine-cvs mailing list