Progress on dotnet7 runtime hosting with mono
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
#include "Engine/Scripting/ManagedCLR/MField.h"
|
||||
#include "Engine/Scripting/BinaryModule.h"
|
||||
#if USE_MONO
|
||||
#include <ThirdParty/mono-2.0/mono/metadata/debug-helpers.h>
|
||||
#include <ThirdParty/mono-2.0/mono/metadata/appdomain.h>
|
||||
#include <ThirdParty/mono-2.0/mono/metadata/object.h>
|
||||
#include <mono/metadata/debug-helpers.h>
|
||||
#include <mono/metadata/appdomain.h>
|
||||
#include <mono/metadata/object.h>
|
||||
|
||||
struct ManagedBitArray
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "Engine/Scripting/ManagedCLR/MAssembly.h"
|
||||
#include "Engine/Scripting/MException.h"
|
||||
#if USE_MONO
|
||||
#include <ThirdParty/mono-2.0/mono/metadata/appdomain.h>
|
||||
#include <mono/metadata/appdomain.h>
|
||||
|
||||
/// <summary>
|
||||
/// Utility interop between C++ and C# for Dictionary collection.
|
||||
|
||||
Reference in New Issue
Block a user