mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Fix linking error under Win 7 - do not import MinCore_Downlevel.lib if target is Win 7 or earlier.
This commit is contained in:
@@ -78,7 +78,9 @@
|
|||||||
#pragma comment(lib, "mfuuid")
|
#pragma comment(lib, "mfuuid")
|
||||||
#pragma comment(lib, "Strmiids")
|
#pragma comment(lib, "Strmiids")
|
||||||
#pragma comment(lib, "Mfreadwrite")
|
#pragma comment(lib, "Mfreadwrite")
|
||||||
|
#if (WINVER >= 0x0602) // Available since Win 8
|
||||||
#pragma comment(lib, "MinCore_Downlevel")
|
#pragma comment(lib, "MinCore_Downlevel")
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <mferror.h>
|
#include <mferror.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user