mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user