mirror of
https://github.com/reactos/reactos.git
synced 2024-12-18 16:43:27 +08:00
[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:
parent
ff7035d940
commit
a644e7f5fd
@ -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.@)
|
||||
|
Loading…
Reference in New Issue
Block a user