mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
[MSVCRT][APISETS] Update spec files for __DestructExceptionObject() (#2682)
- [MSVCRT] __DestructExceptionObject(): Remove '-version=0x600+' - [APISETS] __DestructExceptionObject(): Forward it to msvcrt CORE-15135
This commit is contained in:
parent
bdb4da009a
commit
a9161650ad
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
@ stdcall -arch=i386 __CxxQueryExceptionSize() msvcrt.__CxxQueryExceptionSize
|
||||
@ stub __CxxRegisterExceptionObject
|
||||
@ stub __CxxUnregisterExceptionObject
|
||||
@ stub __DestructExceptionObject
|
||||
@ cdecl __DestructExceptionObject() msvcrt.__DestructExceptionObject
|
||||
@ stub __FrameUnwindFilter
|
||||
@ stub __GetPlatformExceptionInfo
|
||||
@ stub __NLG_Dispatch2
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
@ cdecl -i386 __CxxQueryExceptionSize()
|
||||
@ cdecl -i386 __CxxRegisterExceptionObject()
|
||||
@ cdecl -i386 __CxxUnregisterExceptionObject()
|
||||
@ cdecl -version=0x600+ __DestructExceptionObject(ptr)
|
||||
@ cdecl __DestructExceptionObject(ptr)
|
||||
@ cdecl __RTCastToVoid(ptr) MSVCRT___RTCastToVoid
|
||||
@ cdecl __RTDynamicCast(ptr long ptr ptr long) MSVCRT___RTDynamicCast
|
||||
@ cdecl __RTtypeid(ptr) MSVCRT___RTtypeid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue