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

Increase StaticInitPriority of FFIType

This commit is contained in:
disarray2077 2022-03-03 22:40:21 -03:00 committed by GitHub
parent 1223395a01
commit 5b75bc1ecc
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