mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Merge pull request #2079 from eveningstarinc/hunterbridges/CRT_Disable
Add additional check for !BF_CRT_DISABLE when conditionally defining System.MinRuntime
This commit is contained in:
commit
36a592d7a9
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ namespace System
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if BF_RUNTIME_DISABLE
|
#if BF_RUNTIME_DISABLE && !BF_CRT_DISABLE
|
||||||
namespace System
|
namespace System
|
||||||
{
|
{
|
||||||
[AlwaysInclude, StaticInitPriority(1000)]
|
[AlwaysInclude, StaticInitPriority(1000)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue