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:
parent
1223395a01
commit
5b75bc1ecc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
namespace System.FFI
|
||||
{
|
||||
[CRepr]
|
||||
[CRepr, StaticInitPriority(100)]
|
||||
struct FFIType
|
||||
{
|
||||
public enum TypeKind : uint16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue