Commit 6480387c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvfw32/tests: Make gdf_driver_proc() static.

parent 3b9e22fa
......@@ -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;
......
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