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:
Francois Gouget 2017-06-04 11:38:56 +02:00 committed by Alexandre Julliard
parent 75fed2d5a1
commit 85a130958c

View file

@ -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;