gdi32: Initialize SetLayout function pointer.

This commit is contained in:
Gregory M. Turner 2011-03-26 18:31:04 +00:00 committed by Alexandre Julliard
parent a5cbdcb8bb
commit c7f7848026

View file

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