Re: mscoree: Partial implement ICLRMetaHost RequestRuntimeLoadedNotification (try 2)
7 Oct
2013
7 Oct
'13
2:42 p.m.
HRESULT CLRMetaHost_CreateInstance(REFIID riid, void **ppobj) { + GlobalCLRMetaHost.callback = NULL; return ICLRMetaHost_QueryInterface(&GlobalCLRMetaHost.ICLRMetaHost_iface, riid, ppobj); } I don't think we should be changing global state every time someone creates an instance of this object. We can't assume it only happens once.
4452
Age (days ago)
4452
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Povirk