Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qualified...
[platform/upstream/coreclr.git] / src / gc / gcpriv.h
index c99fd86..d16f4ba 100644 (file)
@@ -1112,6 +1112,7 @@ extern void GCProfileWalkHeapWorker(BOOL fProfilerPinned, BOOL fShouldWalkHeapRo
 #endif // defined(GC_PROFILING) || defined(FEATURE_EVENT_TRACE)
 class gc_heap
 {
+    friend struct ::_DacGlobals;
 #ifdef DACCESS_COMPILE
     friend class ::ClrDataAccess;
     friend class ::DacHeapWalker;