Francois Gouget : ole32: Make bitmap_info_size() static.

Alexandre Julliard julliard at winehq.org
Tue Jun 6 15:23:30 CDT 2017


Module: wine
Branch: master
Commit: 85a130958cf3d5138ee9711dbede1ff44098bf60
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=85a130958cf3d5138ee9711dbede1ff44098bf60

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Jun  4 11:38:56 2017 +0200

ole32: Make bitmap_info_size() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 420711a..b6c227e 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;
 




More information about the wine-cvs mailing list