mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[PSDK]
fix callback definition svn path=/trunk/; revision=46216
This commit is contained in:
@@ -1554,7 +1554,7 @@ typedef struct _KEY_MULTIPLE_VALUE_INFORMATION
|
||||
ULONG Type;
|
||||
} KEY_MULTIPLE_VALUE_INFORMATION, *PKEY_MULTIPLE_VALUE_INFORMATION;
|
||||
|
||||
typedef VOID (*PTIMER_APC_ROUTINE) ( PVOID, ULONG, LONG );
|
||||
typedef VOID (CALLBACK *PTIMER_APC_ROUTINE) ( PVOID, ULONG, LONG );
|
||||
|
||||
typedef enum _EVENT_TYPE {
|
||||
NotificationEvent,
|
||||
|
||||
Reference in New Issue
Block a user