mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
meson: check for and set HAVE_IPRINTDIALOGCALLBACK
It's needed under mingw in the print backend
This commit is contained in:
parent
ca33855793
commit
b185f69334
@ -707,6 +707,12 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
if os_win32
|
||||
if cc.has_header_symbol('windows.h', 'IPrintDialogCallback')
|
||||
cdata.set('HAVE_IPRINTDIALOGCALLBACK', 1)
|
||||
endif
|
||||
endif
|
||||
|
||||
if os_unix
|
||||
cdata.set('HAVE_GIO_UNIX', giounix_dep.found())
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user