mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
include: Fix timer APC callback definition.
This commit is contained in:
parent
9a85426389
commit
6e0e0dc605
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user