[CRT/x64] Disable MSVCRT__setjmp function, which references non-existent function __wine_setjmpex

_setjmp is already defined in sdk/lib/crt/setjmp/amd64/setjmp.s
This commit is contained in:
Hervé Poussineau 2021-01-06 16:36:48 +01:00
parent ff7035d940
commit a644e7f5fd

View File

@ -674,11 +674,13 @@ unsigned int CDECL __CxxQueryExceptionSize(void)
}
#ifndef __REACTOS__
/*******************************************************************
* _setjmp (MSVCRT.@)
*/
__ASM_GLOBAL_FUNC( MSVCRT__setjmp,
"jmp " __ASM_NAME("__wine_setjmpex") );
#endif
/*******************************************************************
* longjmp (MSVCRT.@)