summaryrefslogtreecommitdiff
path: root/header_checks
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2018-12-04 20:38:07 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2018-12-07 13:05:31 +0100
commit500a36ba3d3d00ed292ed3e85bb9ac40a55bd2a9 (patch)
treed19bbb3272cf471ccda916cf4dc86e0250171392 /header_checks
parent79ded15ad3c0074e1d378cc5a0accad2399fcc24 (diff)
downloadefl-500a36ba3d3d00ed292ed3e85bb9ac40a55bd2a9.tar.gz
meson: add inital support for windows compilation
Differential Revision: https://phab.enlightenment.org/D7416
Diffstat (limited to 'header_checks')
-rw-r--r--header_checks/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build
index 0b4ffe35fc..aebc163b2e 100644
--- a/header_checks/meson.build
+++ b/header_checks/meson.build
@@ -194,3 +194,8 @@ endif
config_h.set('SIZEOF_INT', cc.sizeof('int'))
config_h.set('SIZEOF_LONG', cc.sizeof('long'))
+
+if sys_windows == true
+ config_h.set('HAVE_DLSYM', '1')
+ config_h.set('HAVE_NOTIFY_WIN32', '1')
+endif