ole32: Make bitmap_info_size() static.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
75fed2d5a1
commit
85a130958c
|
@ -229,7 +229,7 @@ const char *debugstr_formatetc(const FORMATETC *formatetc)
|
|||
*
|
||||
* Return the size of the bitmap info structure including color table.
|
||||
*/
|
||||
int bitmap_info_size( const BITMAPINFO * info, WORD coloruse )
|
||||
static int bitmap_info_size( const BITMAPINFO * info, WORD coloruse )
|
||||
{
|
||||
unsigned int colors, size, masks = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue