We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src\win\win-helpers.cpp lines 634
manual_reset_event::manual_reset_event() :event_base(CreateEvent(nullptr, **FALSE**, FALSE, nullptr)) {}
I think the second parameter should be TRUE.
The text was updated successfully, but these errors were encountered:
Hi @KennyYaming I think you are right, thank you
Sorry, something went wrong.
Hi @KennyYaming,
Thank you for pointing this out. All necessary corrections will be made as soon as possible.
@KennyYaming The fix now was merged to Release. https://github.com/IntelRealSense/librealsense/blob/master/src/win/win-helpers.cpp#L792 Thanks again for your pointing out this!
No branches or pull requests
src\win\win-helpers.cpp lines 634
I think the second parameter should be TRUE.
The text was updated successfully, but these errors were encountered: