fix il2cpp_array_size_t not being an actual type for later method definitions
This commit is contained in:
@@ -104,9 +104,7 @@ namespace Il2CppInspector.Outputs
|
|||||||
{
|
{
|
||||||
int32_t size;
|
int32_t size;
|
||||||
actual_il2cpp_array_size_t value;
|
actual_il2cpp_array_size_t value;
|
||||||
} better_il2cpp_array_size_t;
|
} il2cpp_array_size_t;
|
||||||
|
|
||||||
#define il2cpp_array_size_t better_il2cpp_array_size_t
|
|
||||||
""");
|
""");
|
||||||
|
|
||||||
if (_model.TargetCompiler == CppCompilerType.MSVC)
|
if (_model.TargetCompiler == CppCompilerType.MSVC)
|
||||||
|
|||||||
Reference in New Issue
Block a user