Commit c7f78480 authored by Gregory M. Turner's avatar Gregory M. Turner Committed by Alexandre Julliard

gdi32: Initialize SetLayout function pointer.

parent a5cbdcb8
......@@ -165,6 +165,7 @@ static struct graphics_driver *create_driver( HMODULE module )
GET_FUNC(SetDIBitsToDevice);
GET_FUNC(SetDeviceClipping);
GET_FUNC(SetDeviceGammaRamp);
GET_FUNC(SetLayout);
GET_FUNC(SetMapMode);
GET_FUNC(SetMapperFlags);
GET_FUNC(SetPixel);
......
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