-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Provide support for the Windows RAS32 API #267
Conversation
This looks great. Can you please add a line into CHANGES.md? Thx. |
There're also a lot of tests missing, for things like |
OK, I've added the line in CHANGES.md. I wasn't sure how to generate David R Robison On Monday, September 23, 2013 4:01:20 PM, Daniel Doubrovkine (dB.)
This email communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. |
OK, I've added more tests, I think the pull request should be good now. David R Robison On Monday, September 23, 2013 4:05:37 PM, David R Robison wrote:
This email communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed. |
Merged, thanks for contributing. |
Motivation: 22dffdf added a testcase which had a race. Modifications: Remove the isDone() check as it is racy Result: Fix test-failure which can happen due the race
I've provided new code to add support for Windows RAS32 API.