atl: Declare some items static

Robert Shearman rob at codeweavers.com
Tue Jan 2 11:11:07 CST 2007


Andrew Talbot wrote:
> -HRESULT WINAPI AtlModuleLoadTypeLib(_ATL_MODULEW *pM, LPCOLESTR lpszIndex,
> -                                    BSTR *pbstrPath, ITypeLib **ppTypeLib)
> +static HRESULT WINAPI AtlModuleLoadTypeLib(_ATL_MODULEW *pM, LPCOLESTR lpszIndex,
> +                                           BSTR *pbstrPath, ITypeLib **ppTypeLib)
>   

Did you try compiling & linking this? WINAPI is usually only applied to 
exported functions.

-- 
Rob Shearman




More information about the wine-devel mailing list