Commit a6cb3139 authored by Max Kellermann's avatar Max Kellermann

meson.build: disable Windows header features not needed by MPD

parent 239a8332
...@@ -153,6 +153,12 @@ if is_windows ...@@ -153,6 +153,12 @@ if is_windows
# reduce header bloat by disabling obscure and obsolete Windows # reduce header bloat by disabling obscure and obsolete Windows
# APIs # APIs
'-DWIN32_LEAN_AND_MEAN', '-DWIN32_LEAN_AND_MEAN',
# disable more Windows APIs which are not used by MPD
'-DNOGDI', '-DNOBITMAP', '-DNOCOMM',
# disable Internet Explorer specific APIs
'-D_WIN32_IE=0',
] ]
subdir('win32') subdir('win32')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment