mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +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
|
typedef
|
||||||
unsigned int
|
unsigned int
|
||||||
(exception_hook) (
|
(*exception_hook) (
|
||||||
CONTEXT * c,
|
CONTEXT * c,
|
||||||
unsigned int exp
|
unsigned int exp
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue