windowscodecs: Remove extern from function definition.

This commit is contained in:
Andrew Talbot 2011-08-27 18:33:40 +01:00 committed by Alexandre Julliard
parent fe29ad99a7
commit 568d9ccde8
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ static const IPropertyBag2Vtbl PropertyBag_Vtbl = {
PropertyBag_LoadObject
};
extern HRESULT CreatePropertyBag2(IPropertyBag2 **ppPropertyBag2)
HRESULT CreatePropertyBag2(IPropertyBag2 **ppPropertyBag2)
{
PropertyBag *This;