Closed christian-rauch closed 2 years ago
This initialises the errno's in the library in order to better distinguish where an errno was set. This further resets the errno in the opencv_demo to prevent an errno clash with waitKey (Fixes #230).
errno
opencv_demo
waitKey
This initialises the
errno
's in the library in order to better distinguish where anerrno
was set. This further resets theerrno
in theopencv_demo
to prevent anerrno
clash withwaitKey
(Fixes #230).