Skip to content
  • Rémi Denis-Courmont's avatar
    rwlock: use a proper source C module · 116c1df8
    Rémi Denis-Courmont authored
    Initially, I made it a header file suitable for conditional inclusion.
    
    However slim read/write locks in Windows Vista do not support
    asynchronous procedure calls, so they cannot be leveraged in VLC.
    Thus rwlock.c needs to be included forever on Windows. (The same
    limitation prevent usage of condition variables also in Vista+.)
    116c1df8