mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 18:03:48 +08:00
configure: drop _WIN32_IE define
Any decent Windows SDK (and all mingw-w64 we support) will map the _WIN32_IE value to the minimum OS selected. We build for Windows 7 which should use 0x0601 anyway.
This commit is contained in:
parent
3c9e8c2005
commit
fdbf5c77b5
@ -292,7 +292,6 @@ int foo() { return my_array[0]; }
|
||||
AC_MSG_RESULT([yes])
|
||||
VLC_ADD_LIBS([libvlccore], [-lsynchronization])
|
||||
])
|
||||
AC_DEFINE([_WIN32_IE], [0x0600], [Define to '0x0600' for IE 6.0 (and shell) APIs.])
|
||||
AC_DEFINE([UNICODE], [1], [Define to 1 for Unicode (Wide Chars) APIs.])
|
||||
AC_DEFINE([_ISOC99_SOURCE], [1], [Extensions to ISO C89 from ISO C99.])
|
||||
AC_DEFINE([_ISOC11_SOURCE], [1], [Extensions to ISO C99 from ISO C11.])
|
||||
|
Loading…
Reference in New Issue
Block a user