mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
registry: Import _priv_gst_dll_handle into gstregistry.c
Fixes bug #601668.
This commit is contained in:
parent
516d4a984f
commit
b1d57a8b05
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue