Skip to content
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

Implement synchronization primitive fallbacks for Windows XP/Vista #27036

Closed
wants to merge 1 commit into from

Commits on Jul 14, 2015

  1. Implement synchronization primitive fallbacks for Windows XP/Vista

    Since Windows Vista has partial support for SRWLocks (the
    `TryAcquireSRWLock*` functions are missing,) the fallback functions
    for the synchronization primitives are grouped such that if any of
    the functions are unavailable, all of the fallback functions will be
    used instead.
    MrAlert committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    ef4475a View commit details
    Browse the repository at this point in the history