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

Francois Gouget fgouget at free.fr
Mon Aug 30 10:22:44 CDT 2021


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

diff --git a/dlls/windowscodecs/decoder.c b/dlls/windowscodecs/decoder.c
index 89e352b8946..2c72cdfc1b5 100644
--- a/dlls/windowscodecs/decoder.c
+++ b/dlls/windowscodecs/decoder.c
@@ -565,7 +565,7 @@ static HRESULT WINAPI CommonDecoderFrame_Block_GetContainerFormat(IWICMetadataBl
     return S_OK;
 }
 
-static HRESULT WINAPI CommonDecoderFrame_InitializeMetadata(CommonDecoderFrame *This)
+static HRESULT CommonDecoderFrame_InitializeMetadata(CommonDecoderFrame *This)
 {
     HRESULT hr=S_OK;
 
-- 
2.30.2



More information about the wine-devel mailing list