From: Руслан Ижбулатов Date: Fri, 6 Nov 2009 12:42:57 +0000 (+0300) Subject: registry: Import _priv_gst_dll_handle into gstregistry.c X-Git-Tag: RELEASE-0.10.26~190 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1d57a8b056f8c1ee01e358c90f450982405d11b;p=platform%2Fupstream%2Fgstreamer.git registry: Import _priv_gst_dll_handle into gstregistry.c Fixes bug #601668. --- diff --git a/gst/gstregistry.c b/gst/gstregistry.c index b63d886..bda2414 100644 --- a/gst/gstregistry.c +++ b/gst/gstregistry.c @@ -120,6 +120,10 @@ extern GType gst_type_find_factory_get_type (void); extern GType gst_element_factory_get_type (void); #define GST_TYPE_ELEMENT_FACTORY (gst_element_factory_get_type()) +#ifdef G_OS_WIN32 +#include +extern HMODULE _priv_gst_dll_handle; +#endif #define GST_CAT_DEFAULT GST_CAT_REGISTRY