threading.h breaks MinGW builds

Issue #44 resolved
Selur created an issue

Comments (5)

  1. Steve Borho

    yeah, I need to have CMake figure out whether CONDITIONAL_VARIABLE is supported and make an alternative version available for when Windows and POSIX condition vars are unavailable. kinda sucks actually

  2. Steve Borho

    cmake: fix MinGW build by forcing Vista as minimum target O/S (fixes #44)

    This removes the WINXP_SUPPORT option; XP cannot be supported until someone contributes a version of ThreadSafeInteger that is functional on XP

    → <<cset 45af76338c8e>>

  3. Log in to comment