summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a90c93fb8e..54c3a4304a 100644
--- a/meson.build
+++ b/meson.build
@@ -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