1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Merge pull request #1489 from disarray2077/patch-7

Increase StaticInitPriority of FFIType
This commit is contained in:
Brian Fiete 2022-03-17 19:45:48 +01:00 committed by GitHub
commit 4b8099ad58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
namespace System.FFI namespace System.FFI
{ {
[CRepr] [CRepr, StaticInitPriority(100)]
struct FFIType struct FFIType
{ {
public enum TypeKind : uint16 public enum TypeKind : uint16