added missing * to function pointer typedef 'exception_hook'

svn path=/trunk/; revision=6740
This commit is contained in:
Royce Mitchell III 2003-11-21 20:26:35 +00:00
parent c6dd56783c
commit 824b2303c4

View file

@ -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
); );