};
+
+
+#define WIN32_DLL 1
+#define GVPLUGIN_GD_EXPORTS 1
+/*visual studio*/
+
+#ifdef WIN32_DLL
+#ifndef GVPLUGIN_GD_EXPORTS
+__declspec(dllimport) gvplugin_library_t gvplugin_gd_LTX_library = { "gd", apis };
+#else
+__declspec(dllexport) gvplugin_library_t gvplugin_gd_LTX_library = { "gd", apis };
+#endif
+#endif
+/*end visual studio*/
+
+
+#ifndef WIN32_DLL
#ifdef GVDLL
__declspec(dllexport) gvplugin_library_t gvplugin_gd_LTX_library = { "gd", apis };
#else
gvplugin_library_t gvplugin_gd_LTX_library = { "gd", apis };
#endif
+#endif
{(api_t)0, 0},
};
+
+/*visual studio*/
+#ifdef WIN32_DLL
+#ifndef GVPLUGIN_NEATO_LAYOUT_EXPORTS
+__declspec(dllimport) gvplugin_library_t gvplugin_neato_layout_LTX_library = { "neato_layout", apis };
+#else
+__declspec(dllexport) gvplugin_library_t gvplugin_neato_layout_LTX_library = { "neato_layout", apis };
+#endif
+#endif
+/*end visual studio*/
+
+
+#ifndef WIN32_DLL
#ifdef GVDLL
__declspec(dllexport) gvplugin_library_t gvplugin_neato_layout_LTX_library = { "neato_layout", apis };
#else
gvplugin_library_t gvplugin_neato_layout_LTX_library = { "neato_layout", apis };
#endif
+#endif
+
+
{(api_t)0, 0},
};
+
+
+
+/*visual studio*/
+#ifdef WIN32_DLL
+#ifndef GVPLUGIN_PANGO_EXPORTS
+__declspec(dllimport) gvplugin_library_t gvplugin_pango_LTX_library = { "cairo", apis };
+#else
+__declspec(dllexport) gvplugin_library_t gvplugin_pango_LTX_library = { "cairo", apis };
+#endif
+#endif
+/*end visual studio*/
+
+
+#ifndef WIN32_DLL
#ifdef GVDLL
__declspec(dllexport) gvplugin_library_t gvplugin_pango_LTX_library = { "cairo", apis };
#else
gvplugin_library_t gvplugin_pango_LTX_library = { "cairo", apis };
#endif
+#endif
+
+
+