summaryrefslogtreecommitdiff
path: root/src/strongname/api/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strongname/api/common.h')
-rw-r--r--src/strongname/api/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strongname/api/common.h b/src/strongname/api/common.h
index c83685cc0c..c6b9b4df3c 100644
--- a/src/strongname/api/common.h
+++ b/src/strongname/api/common.h
@@ -156,7 +156,7 @@ typedef DPTR(class TypeHandle) PTR_TypeHandle;
typedef VPTR(class VirtualCallStubManager) PTR_VirtualCallStubManager;
typedef VPTR(class VirtualCallStubManagerManager) PTR_VirtualCallStubManagerManager;
#endif
-typedef VPTR(class GCHeap) PTR_GCHeap;
+typedef VPTR(class IGCHeap) PTR_IGCHeap;
//
// _UNCHECKED_OBJECTREF is for code that can't deal with DEBUG OBJECTREFs
@@ -192,7 +192,7 @@ Thread * const CURRENT_THREAD = NULL;
(void)CURRENT_THREAD_AVAILABLE; /* silence "local variable initialized but not used" warning */ \
#ifndef DACCESS_COMPILE
-EXTERN_C AppDomain* GetAppDomain();
+EXTERN_C AppDomain* STDCALL GetAppDomain();
#endif //!DACCESS_COMPILE
inline void RetailBreak()