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:
parent
e950ec2c3b
commit
7f1cd647f6
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue