Re: [PATCH] version: mark internal function with hidden visibility
25 May
2011
25 May
'11
10:53 a.m.
Marcus Meissner <meissner(a)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(a)winehq.org
5405
Age (days ago)
5405
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard