mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Reflection fixes on Win32
This commit is contained in:
parent
6e6487d951
commit
4ac56a2432
6 changed files with 102 additions and 83 deletions
|
@ -574,7 +574,7 @@ namespace System.Reflection
|
|||
public struct FieldData
|
||||
{
|
||||
public String mName;
|
||||
public int64 mData;
|
||||
public int mData;
|
||||
public TypeId mFieldTypeId;
|
||||
public FieldFlags mFlags;
|
||||
public int32 mCustomAttributesIdx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue