windowscodecs: Remove WINAPI on static functions where not needed.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-08-30 17:22:44 +02:00 committed by Alexandre Julliard
parent e950ec2c3b
commit 7f1cd647f6
1 changed files with 1 additions and 1 deletions

View File

@ -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;