mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
VS2019 update
This commit is contained in:
parent
545c509e17
commit
25ff5ef109
2 changed files with 12 additions and 8 deletions
|
@ -504,6 +504,10 @@ extern "C" char* strdup(const char* str)
|
|||
return _strdup(str);
|
||||
}
|
||||
|
||||
extern "C" void __CxxFrameHandler4()
|
||||
{
|
||||
}
|
||||
|
||||
// if (TSS > _Init_thread_epoch) {
|
||||
// _Init_thread_header(&TSS);
|
||||
// Test our bit from the guard variable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue