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:
commit
4b8099ad58
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue