Opened 17 years ago
Closed 17 years ago
#608 closed Bugs (Wont Fix)
InterlockedCompareExchange in static_mutex.cpp
Reported by: | nobody | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Component: | regex | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
In static_mutex.cpp, the function scoped_static_mutex_lock::lock() assumes the availability of InterlockedCompareExchange(). This function is not implemented in Windows 95.
Note:
See TracTickets
for help on using tickets.