https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a9161650ad484cdc1c7b62...
commit a9161650ad484cdc1c7b624eb32e89bef9519eb2 Author: Serge Gautherie 32623169+SergeGautherie@users.noreply.github.com AuthorDate: Wed Apr 29 23:36:44 2020 +0200 Commit: GitHub noreply@github.com CommitDate: Thu Apr 30 00:36:44 2020 +0300
[MSVCRT][APISETS] Update spec files for __DestructExceptionObject() (#2682)
- [MSVCRT] __DestructExceptionObject(): Remove '-version=0x600+' - [APISETS] __DestructExceptionObject(): Forward it to msvcrt
CORE-15135 --- dll/apisets/api-ms-win-crt-private-l1-1-0.spec | 2 +- dll/win32/msvcrt/msvcrt.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dll/apisets/api-ms-win-crt-private-l1-1-0.spec b/dll/apisets/api-ms-win-crt-private-l1-1-0.spec index bcb1b60e3d0..aa89729e4d0 100644 --- a/dll/apisets/api-ms-win-crt-private-l1-1-0.spec +++ b/dll/apisets/api-ms-win-crt-private-l1-1-0.spec @@ -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 diff --git a/dll/win32/msvcrt/msvcrt.spec b/dll/win32/msvcrt/msvcrt.spec index ba302857bc1..8d3c2d473c4 100644 --- a/dll/win32/msvcrt/msvcrt.spec +++ b/dll/win32/msvcrt/msvcrt.spec @@ -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