intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
262 stars 80 forks source link

Delete useless include header on windows platform #136

Closed xelement closed 1 month ago

xelement commented 1 month ago

Issue

libvpl do not use any function in header '',this header min supported version is 'Windows 2000 Professional' (see https://learn.microsoft.com/en-us/windows/win32/api/stringapiset/nf-stringapiset-widechartomultibyte).

if we use a toolset 'v140_xp', '' will cause compile failed.

Solution

Just delete this header

How Tested

1、CMake with toolset 'v140_xp',Compile successfully 2、CMake with toolset any,Compile successfully

Lint all passed this time ... image