Intel-Media-SDK / MediaSDK

The Intel® Media SDK
MIT License
927 stars 457 forks source link

Use SetThreadErrorMode #2680

Closed Antr2005 closed 3 years ago

Antr2005 commented 3 years ago

Hi,

https://docs.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-setthreaderrormode

Minimum supported client | Windows 7 [desktop apps | UWP apps]

https://docs.microsoft.com/ru-ru/cpp/porting/modifying-winver-and-win32-winnt

define _WIN32_WINNT_WIN7 0x0601 // Windows 7

mfx_load_dll.cpp, mfx_dxva2_device.cpp

Best regards

daleksan commented 3 years ago

Hi @mvmaximov can you take a look?

npletnev commented 3 years ago

The issue has been fixed in mentioned pr.