mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Made FileData.mData 64-bit
This commit is contained in:
parent
1883b7378a
commit
5e9a6031fb
3 changed files with 14 additions and 15 deletions
|
@ -654,8 +654,8 @@ namespace System.Reflection
|
|||
public struct FieldData
|
||||
{
|
||||
public String mName;
|
||||
public int mData;
|
||||
public TypeId mFieldTypeId;
|
||||
public TypeId mFieldTypeId;
|
||||
public int64 mData;
|
||||
public FieldFlags mFlags;
|
||||
public int32 mCustomAttributesIdx;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue