mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
gdi32: Initialize SetLayout function pointer.
This commit is contained in:
parent
a5cbdcb8bb
commit
c7f7848026
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user