registry: Import _priv_gst_dll_handle into gstregistry.c
authorРуслан Ижбулатов <lrn1986@gmail.com>
Fri, 6 Nov 2009 12:42:57 +0000 (15:42 +0300)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 12 Nov 2009 12:00:07 +0000 (13:00 +0100)
Fixes bug #601668.

gst/gstregistry.c

index b63d886..bda2414 100644 (file)
@@ -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 <windows.h>
+extern HMODULE _priv_gst_dll_handle;
+#endif
 
 #define GST_CAT_DEFAULT GST_CAT_REGISTRY