[CRT] Reduce diff to wine-5.0

This commit is contained in:
Timo Kreuzer 2023-08-10 12:12:22 +03:00
parent e04b796534
commit c332b917dc
5 changed files with 30 additions and 30 deletions

View file

@ -18,6 +18,9 @@
#include "wine/asm.h"
#ifdef _MSC_VER
#define __ASM_VTABLE(name,funcs)
#else
#ifdef _WIN64
#define VTABLE_ADD_FUNC(name) "\t.quad " THISCALL_NAME(name) "\n"
@ -43,6 +46,7 @@
funcs "\n\t.text")
#endif /* _WIN64 */
#endif // _MSC_VER
#ifndef __x86_64__
@ -264,4 +268,4 @@ extern void *vtbl_wrapper_48;
#endif
//exception* __thiscall MSVCRT_exception_ctor(exception*, const char**);
exception* __thiscall MSVCRT_exception_ctor(exception*, const char**);