Skip to content

configure: drop _WIN32_IE define

Steve Lhomme requested to merge robUx4/vlc:win32ie into master

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.

Merge request reports