Andrew Talbot : windowscodecs: Remove extern from function definition.

Alexandre Julliard julliard at winehq.org
Mon Aug 29 11:28:32 CDT 2011


Module: wine
Branch: master
Commit: 568d9ccde8ecce3769decc51b338324e18782000
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=568d9ccde8ecce3769decc51b338324e18782000

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Aug 27 18:33:40 2011 +0100

windowscodecs: Remove extern from function definition.

---

 dlls/windowscodecs/propertybag.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/windowscodecs/propertybag.c b/dlls/windowscodecs/propertybag.c
index 43c88c7..128cf24 100644
--- a/dlls/windowscodecs/propertybag.c
+++ b/dlls/windowscodecs/propertybag.c
@@ -136,7 +136,7 @@ static const IPropertyBag2Vtbl PropertyBag_Vtbl = {
     PropertyBag_LoadObject
 };
 
-extern HRESULT CreatePropertyBag2(IPropertyBag2 **ppPropertyBag2)
+HRESULT CreatePropertyBag2(IPropertyBag2 **ppPropertyBag2)
 {
     PropertyBag *This;
 




More information about the wine-cvs mailing list