Commit 6e0e0dc6 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

include: Fix timer APC callback definition.

parent 9a854263
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment