1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Remove MinCore_Downlevel, replace with Shlwapi

On windows 7, MinCore_Downlevel does not work correctly. However, the only API used was QISearch, which can be found in Shlwapi.

Closes #12010
This commit is contained in:
Thad House
2018-12-11 17:06:01 -08:00
parent a1fe8f754f
commit 857fba0878
+1 -3
View File
@@ -99,9 +99,7 @@ static void init_MFCreateDXGIDeviceManager()
pMFCreateDXGIDeviceManager_initialized = true;
}
#endif
#if (WINVER >= 0x0602) // Available since Win 8
#pragma comment(lib, "MinCore_Downlevel")
#endif
#pragma comment(lib, "Shlwapi.lib")
#endif
#include <mferror.h>