1 parent 77992a3 commit cb163ceCopy full SHA for cb163ce
1 file changed
dlls/mscoree/metahost.c
@@ -1906,6 +1906,12 @@ static MonoAssembly* CDECL wine_mono_assembly_preload_hook_v2_fn(MonoAssemblyNam
1906
"321360", /* Primal Carnage: Extinction */
1907
"namespace ContentBrowser { class IContentBrowserBackendInterface {} class Package {} } "
1908
},
1909
+ {
1910
+ "DockPanel",
1911
+ "DockPanel.dll",
1912
+ "46450", /* Grotesque Tactics: Evil Heroes */
1913
+ "namespace WeifenLuo.WinFormsUI { class DockPanel {} }"
1914
+ },
1915
};
1916
1917
for (i = 0; i < ARRAY_SIZE(assembly_hacks); ++i)
0 commit comments