mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[PSDK]
fix callback definition svn path=/trunk/; revision=46216
This commit is contained in:
parent
d9f9773b77
commit
f64f8479d9
1 changed files with 1 additions and 1 deletions
|
@ -1554,7 +1554,7 @@ typedef struct _KEY_MULTIPLE_VALUE_INFORMATION
|
||||||
ULONG Type;
|
ULONG Type;
|
||||||
} KEY_MULTIPLE_VALUE_INFORMATION, *PKEY_MULTIPLE_VALUE_INFORMATION;
|
} 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 {
|
typedef enum _EVENT_TYPE {
|
||||||
NotificationEvent,
|
NotificationEvent,
|
||||||
|
|
Loading…
Reference in a new issue