Commit 85a13095 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ole32: Make bitmap_info_size() static.

parent 75fed2d5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment