Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Native/Runtime/CachedInterfaceDispatch.cpp')
-rw-r--r--src/Native/Runtime/CachedInterfaceDispatch.cpp27
1 files changed, 13 insertions, 14 deletions
diff --git a/src/Native/Runtime/CachedInterfaceDispatch.cpp b/src/Native/Runtime/CachedInterfaceDispatch.cpp
index 5735336eb..4a1582044 100644
--- a/src/Native/Runtime/CachedInterfaceDispatch.cpp
+++ b/src/Native/Runtime/CachedInterfaceDispatch.cpp
@@ -11,31 +11,30 @@
#include "common.h"
#ifdef FEATURE_CACHED_INTERFACE_DISPATCH
-#include "commontypes.h"
-#include "commonmacros.h"
+#include "CommonTypes.h"
+#include "CommonMacros.h"
#include "daccess.h"
-#include "debugmacrosext.h"
-#include "palredhawkcommon.h"
-#include "palredhawk.h"
+#include "DebugMacrosExt.h"
+#include "PalRedhawkCommon.h"
+#include "PalRedhawk.h"
#include "assert.h"
#include "slist.h"
#include "holder.h"
-#include "crst.h"
-#include "redhawkwarnings.h"
-#include "targetptrs.h"
+#include "Crst.h"
+#include "RedhawkWarnings.h"
+#include "TargetPtrs.h"
#include "eetype.h"
-#include "range.h"
-#include "memaccessmgr.h"
+#include "Range.h"
#include "allocheap.h"
#include "rhbinder.h"
-#include "objectlayout.h"
+#include "ObjectLayout.h"
#include "gcrhinterface.h"
#include "module.h"
-#include "rwlock.h"
-#include "runtimeinstance.h"
+#include "RWLock.h"
+#include "RuntimeInstance.h"
#include "eetype.inl"
-#include "cachedinterfacedispatch.h"
+#include "CachedInterfaceDispatch.h"
extern "C" UIntTarget __fastcall ManagedCallout2(UIntTarget argument1, UIntTarget argument2, void *pTargetMethod, void *pPreviousManagedFrame);