mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Added NoThreadExitWait Rt option for DLLs
This commit is contained in:
parent
177b5b7254
commit
b2ab1b1f62
7 changed files with 36 additions and 5 deletions
|
@ -107,6 +107,11 @@ namespace System
|
|||
{
|
||||
sModuleHandle = handle;
|
||||
}
|
||||
[AlwaysInclude]
|
||||
static void AddRtFlags(int32 flags)
|
||||
{
|
||||
Runtime.[Friend]sExtraFlags |= (.)flags;
|
||||
}
|
||||
|
||||
public static Object ObjectAlloc(TypeInstance typeInst, int size)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue