@@ -661,6 +662,7 @@ void CPipeServer::InitMono() mono_type_get_name = (MONO_TYPE_GET_NAME)GetProcAddress(hMono, "mono_type_get_name"); mono_type_get_type = (MONO_TYPE_GET_TYPE)GetProcAddress(hMono, "mono_type_get_type"); mono_type_get_object = (MONO_TYPE_GET_OBJECT)GetProcA...