mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
added missing * to function pointer typedef 'exception_hook'
svn path=/trunk/; revision=6740
This commit is contained in:
parent
c6dd56783c
commit
824b2303c4
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ InterlockedIncrement (
|
|||
|
||||
typedef
|
||||
unsigned int
|
||||
(exception_hook) (
|
||||
(*exception_hook) (
|
||||
CONTEXT * c,
|
||||
unsigned int exp
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue