add AddVectoredContinueHandler and AddVectoredExceptionHandler to kernel32.def
This commit is contained in:
parent
68c8c352fd
commit
0ce0533854
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ LIBRARY kernel32.dll
|
|||
EXPORTS
|
||||
AddAtomA
|
||||
AddAtomW
|
||||
AddVectoredContinueHandler
|
||||
AddVectoredExceptionHandler
|
||||
AllocConsole
|
||||
AllocLSCallback
|
||||
AllocSLCallback
|
||||
|
|
Loading…
Reference in a new issue