1
0
Fork 0
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:
Brian Fiete 2024-12-16 16:08:57 -08:00 committed by GitHub
commit 36a592d7a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)]