extern gvplugin_installed_t gvdevice_dot_types[];
extern gvplugin_installed_t gvdevice_fig_types[];
extern gvplugin_installed_t gvdevice_map_types[];
+extern gvplugin_installed_t gvdevice_mp_types[];
extern gvplugin_installed_t gvdevice_ps_types[];
extern gvplugin_installed_t gvdevice_svg_types[];
+ #if !defined(WIN32)
extern gvplugin_installed_t gvdevice_json_types[];
+ #endif
extern gvplugin_installed_t gvdevice_tk_types[];
extern gvplugin_installed_t gvdevice_vml_types[];
extern gvplugin_installed_t gvdevice_pic_types[];
extern gvplugin_installed_t gvrender_dot_types[];
extern gvplugin_installed_t gvrender_fig_types[];
extern gvplugin_installed_t gvrender_map_types[];
+extern gvplugin_installed_t gvrender_mp_types[];
extern gvplugin_installed_t gvrender_ps_types[];
extern gvplugin_installed_t gvrender_svg_types[];
+ #if !defined(WIN32)
extern gvplugin_installed_t gvrender_json_types[];
+ #endif
extern gvplugin_installed_t gvrender_tk_types[];
extern gvplugin_installed_t gvrender_vml_types[];
extern gvplugin_installed_t gvrender_pic_types[];
{API_device, gvdevice_dot_types},
{API_device, gvdevice_fig_types},
{API_device, gvdevice_map_types},
+ {API_device, gvdevice_mp_types},
{API_device, gvdevice_ps_types},
{API_device, gvdevice_svg_types},
+ #if !defined(WIN32)
{API_device, gvdevice_json_types},
+ #endif
{API_device, gvdevice_tk_types},
{API_device, gvdevice_vml_types},
{API_device, gvdevice_pic_types},
{API_render, gvrender_dot_types},
{API_render, gvrender_fig_types},
{API_render, gvrender_map_types},
+ {API_render, gvrender_mp_types},
{API_render, gvrender_ps_types},
{API_render, gvrender_svg_types},
+ #if !defined(WIN32)
{API_render, gvrender_json_types},
+ #endif
{API_render, gvrender_tk_types},
{API_render, gvrender_vml_types},
{API_render, gvrender_pic_types},