Skip to content
  • Laurent Aimar's avatar
    Fixed vlc_cond_timedwait for win32. · ecabf5dd
    Laurent Aimar authored
    Windows API expect a timeout in millisecond.
    SignaObjectAndWait should properly work with a 0 timeout, so try it.
    (avoid an invalid lock and an uninitialized return value).
    ecabf5dd