Skip to content

gtkprintoperation-win32.c: Fix build on Visual Studio

Chun-wei Fan requested to merge fix-printoperation-win32 into gtk-3-24

Hi @lb90,

From the commit message:

Cast the result of GetWindowLongPtrW() to void * so that we won't get the C4047 warnings, which are considered an error in building the GTK stack.

Seems that was from your commit to the mentioned source file :)

With blessings, thank you!

Merge request reports