Skip to content

Commit

Permalink
Attempt to fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Nov 20, 2023
1 parent 1415af9 commit e9c1997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gtl/phmap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3086,7 +3086,7 @@ class LockableImpl<absl::Mutex> : public AbslMutex {
// Microsoft SRWLOCK support (read and write lock support)
// use: `phmap::srwlock` instead of `std::mutex`
// --------------------------------------------------------------------------
#if defined(_MSVC_LANG) && (defined(SRWLOCK_INIT) || defined(_SYNCHAPI_H_))
#if defined(_MSC_VER) && (defined(SRWLOCK_INIT) || defined(_SYNCHAPI_H_))

class srwlock {
SRWLOCK _lock;
Expand Down

0 comments on commit e9c1997

Please sign in to comment.