diff --git a/dlls/gdi32/driver.c b/dlls/gdi32/driver.c index bdbb318c4bc..13bd7bd518f 100644 --- a/dlls/gdi32/driver.c +++ b/dlls/gdi32/driver.c @@ -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);