mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-04 14:46:09 -05:00
Certain windows functions may allow 0 as a valid handle value, therefore INVALID_HANDLE_VALUE is a more appropriate initialization value. Closes obsproject/obs-studio#1519