Removed MiscellaneousBits attribute

This commit is contained in:
Yoshi Askharoun
2021-11-22 00:22:14 -06:00
parent 6a55f667dc
commit f983155f79
379 changed files with 50 additions and 491 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ namespace DataStructs
{
[StructLayout(LayoutKind.Sequential, Size = 32)]
[NativeCppClass]
[MiscellaneousBits(64)]
[DebugInfoInPDB]
[DebugInfoInPDB]
internal struct IntSet
{
private long _003Calignment_0020member_003E;