meson: remove forcing _WIN32_IE

It's been removed in fdbf5c77b5
This commit is contained in:
Steve Lhomme 2023-01-12 11:36:59 +01:00
parent f30f53780b
commit 1c8607bc97

View File

@ -45,11 +45,6 @@
/* Define for Windows 7 APIs. */
#mesondefine _WIN32_WINNT
# ifndef _WIN32_IE
/* Define for IE 6.0 (and shell) APIs. */
#mesondefine _WIN32_IE
# endif
/* Extensions to ISO C89 from ISO C99. */
#mesondefine _ISOC99_SOURCE