meson: check for and set HAVE_IPRINTDIALOGCALLBACK

It's needed under mingw in the print backend
This commit is contained in:
Christoph Reiter 2019-03-22 15:16:14 +01:00 committed by Christoph Reiter
parent ca33855793
commit b185f69334

View File

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