[PATCH] mf: Remove WINAPI on static functions where not needed.

Francois Gouget fgouget at free.fr
Wed Sep 1 02:51:47 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/mf/evr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mf/evr.c b/dlls/mf/evr.c
index 5730a6e769f..a5545c157de 100644
--- a/dlls/mf/evr.c
+++ b/dlls/mf/evr.c
@@ -638,7 +638,7 @@ static ULONG WINAPI video_stream_get_service_Release(IMFGetService *iface)
     return IMFStreamSink_Release(&stream->IMFStreamSink_iface);
 }
 
-static HRESULT WINAPI video_stream_get_service(struct video_stream *stream, REFGUID service, REFIID riid, void **obj)
+static HRESULT video_stream_get_service(struct video_stream *stream, REFGUID service, REFIID riid, void **obj)
 {
     HRESULT hr = S_OK;
 
-- 
2.30.2



More information about the wine-devel mailing list