diff options
Diffstat (limited to 'header_checks')
-rw-r--r-- | header_checks/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build index af5ef11149..2844e50f3c 100644 --- a/header_checks/meson.build +++ b/header_checks/meson.build | |||
@@ -231,4 +231,6 @@ config_h.set('SIZEOF_LONG', cc.sizeof('long')) | |||
231 | if sys_windows == true | 231 | if sys_windows == true |
232 | config_h.set('HAVE_DLSYM', '1') | 232 | config_h.set('HAVE_DLSYM', '1') |
233 | config_h.set('HAVE_NOTIFY_WIN32', '1') | 233 | config_h.set('HAVE_NOTIFY_WIN32', '1') |
234 | config_h.set10('HAVE_WINDOWS_H', true) | ||
235 | config_h.set10('HAVE_DDRAW_H', true) | ||
234 | endif | 236 | endif |