msvfw32/tests: Make gdf_driver_proc() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-08-23 16:42:35 +02:00 committed by Alexandre Julliard
parent 3b9e22fafd
commit 6480387cc6

View file

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