Francois Gouget : msvfw32/tests: Make gdf_driver_proc() static.

Alexandre Julliard julliard at winehq.org
Thu Aug 23 16:37:04 CDT 2018


Module: wine
Branch: master
Commit: 6480387cc6ee699c1bf9ca44e193127e9507e128
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6480387cc6ee699c1bf9ca44e193127e9507e128

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug 23 16:42:35 2018 +0200

msvfw32/tests: Make gdf_driver_proc() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvfw32/tests/msvfw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvfw32/tests/msvfw.c b/dlls/msvfw32/tests/msvfw.c
index 406a35b..7555015 100644
--- a/dlls/msvfw32/tests/msvfw.c
+++ b/dlls/msvfw32/tests/msvfw.c
@@ -331,7 +331,7 @@ static const RGBQUAD color_yellow = {0x00, 0xff, 0xff, 0x00};
 
 static BITMAPINFOHEADER gdf_in, *gdf_out;
 
-LRESULT CALLBACK gdf_driver_proc(DWORD_PTR id, HDRVR driver, UINT msg,
+static LRESULT CALLBACK gdf_driver_proc(DWORD_PTR id, HDRVR driver, UINT msg,
     LPARAM lparam1, LPARAM lparam2)
 {
     LRESULT ret = 0;




More information about the wine-cvs mailing list