[vlc-commits] mft: Use the proper windows version define

Hugo Beauzée-Luyssen git at videolan.org
Wed Nov 26 17:45:37 CET 2014


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Nov 26 17:41:50 2014 +0100| [133a89b5bc024d1986babef61021ad788994a2b1] | committer: Hugo Beauzée-Luyssen

mft: Use the proper windows version define

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=133a89b5bc024d1986babef61021ad788994a2b1
---

 modules/codec/mft.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/mft.c b/modules/codec/mft.c
index 67a3dd6..7dffde3 100644
--- a/modules/codec/mft.c
+++ b/modules/codec/mft.c
@@ -1088,7 +1088,7 @@ static int FindMFT(decoder_t *p_dec)
 
 static int LoadMFTLibrary(MFHandle *mf)
 {
-#if _WINNT_VER < 0x601
+#if _WIN32_WINNT < 0x601
     mf->mfplat_dll = LoadLibrary(TEXT("mfplat.dll"));
     if (!mf->mfplat_dll)
         return VLC_EGENERIC;



More information about the vlc-commits mailing list