include: Fix timer APC callback definition.

This commit is contained in:
Maarten Lankhorst 2009-11-18 12:11:36 +01:00 committed by Alexandre Julliard
parent 9a85426389
commit 6e0e0dc605
1 changed files with 1 additions and 1 deletions

View File

@ -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,