1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Add additional check for !BF_CRT_DISABLE when conditionally defining System.MinRuntime

This commit is contained in:
Hunter Bridges 2024-12-16 16:00:25 -08:00
parent 549c9c7d17
commit 4105df1853

View file

@ -638,7 +638,7 @@ namespace System
}
}
#if BF_RUNTIME_DISABLE
#if BF_RUNTIME_DISABLE && !BF_CRT_DISABLE
namespace System
{
[AlwaysInclude, StaticInitPriority(1000)]