mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
28 lines
992 B
Diff
28 lines
992 B
Diff
From a0f69a9083c84afe21f397fdb4c7511cff4706cd Mon Sep 17 00:00:00 2001
|
|
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
|
|
Date: Sat, 2 Oct 2021 10:35:45 +1000
|
|
Subject: [PATCH 09/17] Revert "winegstreamer: Remove the no longer used
|
|
start_dispatch_thread() declaration."
|
|
|
|
This reverts commit a87abdbe85779adf6a2a7897bd88984587880693.
|
|
---
|
|
dlls/winegstreamer/gst_private.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/dlls/winegstreamer/gst_private.h b/dlls/winegstreamer/gst_private.h
|
|
index 3470f7870fa..3b477ba254a 100644
|
|
--- a/dlls/winegstreamer/gst_private.h
|
|
+++ b/dlls/winegstreamer/gst_private.h
|
|
@@ -203,6 +203,8 @@ HRESULT wave_parser_create(IUnknown *outer, IUnknown **out) DECLSPEC_HIDDEN;
|
|
|
|
BOOL init_gstreamer(void) DECLSPEC_HIDDEN;
|
|
|
|
+void start_dispatch_thread(void) DECLSPEC_HIDDEN;
|
|
+
|
|
extern HRESULT mfplat_get_class_object(REFCLSID rclsid, REFIID riid, void **obj) DECLSPEC_HIDDEN;
|
|
extern HRESULT mfplat_DllRegisterServer(void) DECLSPEC_HIDDEN;
|
|
|
|
--
|
|
2.33.0
|
|
|