Commit 7f1cd647 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

windowscodecs: Remove WINAPI on static functions where not needed.

parent e950ec2c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment