Commit 133a89b5 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

mft: Use the proper windows version define

parent bca2a9e8
...@@ -1088,7 +1088,7 @@ static int FindMFT(decoder_t *p_dec) ...@@ -1088,7 +1088,7 @@ static int FindMFT(decoder_t *p_dec)
static int LoadMFTLibrary(MFHandle *mf) static int LoadMFTLibrary(MFHandle *mf)
{ {
#if _WINNT_VER < 0x601 #if _WIN32_WINNT < 0x601
mf->mfplat_dll = LoadLibrary(TEXT("mfplat.dll")); mf->mfplat_dll = LoadLibrary(TEXT("mfplat.dll"));
if (!mf->mfplat_dll) if (!mf->mfplat_dll)
return VLC_EGENERIC; return VLC_EGENERIC;
......
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