[PATCH] version: mark internal function with hidden visibility

Alexandre Julliard julliard at winehq.org
Wed May 25 04:53:15 CDT 2011


Marcus Meissner <meissner at suse.de> writes:

> @@ -348,7 +348,7 @@ static BOOL find_pe_resource( HFILE lzfd, DWORD *resLen, DWORD *resOff )
>  /***********************************************************************
>   *           find_version_resource         [internal]
>   */
> -DWORD find_version_resource( HFILE lzfd, DWORD *reslen, DWORD *offset )
> +DECLSPEC_HIDDEN DWORD find_version_resource( HFILE lzfd, DWORD *reslen, DWORD *offset )
>  {

This should be in a header. It's not very useful to make it hidden if
callers are not aware of the fact.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list