Browse Source

winvlc: remove useless _WIN32_IE value

It's restricting available code to Windows XP that we don't support.
The value should be the minimum OS we support. It's automatically
picked based on _WIN32_WINNT.
pull/141/head
Steve Lhomme 3 years ago
committed by Felix Paul Kühne
parent
commit
b321e59e01
  1. 3
      bin/winvlc.c

3
bin/winvlc.c

@ -36,9 +36,6 @@
#include <windows.h>
#include <shellapi.h>
#ifndef _WIN32_IE
# define _WIN32_IE 0x501
#endif
#include <fcntl.h>
#include <io.h>
#include <shlobj.h>

Loading…
Cancel
Save