ole32: Make bitmap_info_size() static.

Francois Gouget fgouget at free.fr
Sun Jun 4 04:38:56 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/ole32/datacache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ole32/datacache.c b/dlls/ole32/datacache.c
index 420711a1e4e..b6c227ed84a 100644
--- a/dlls/ole32/datacache.c
+++ b/dlls/ole32/datacache.c
@@ -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;
 
-- 
2.11.0




More information about the wine-patches mailing list