Skip to content

Commit

Permalink
if defined ENABLE_CXX11
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko authored Apr 17, 2024
1 parent 3101c85 commit ac55d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ int srt::CChannel::sendto(const sockaddr_any& addr, CPacket& packet, const socka
private:
WSAEVENT e;
};
#ifndef __MINGW32__
#if !defined(__MINGW32__) && defined(ENABLE_CXX11)
thread_local WSAEventRef lEvent;
#else
WSAEventRef lEvent;
Expand Down

0 comments on commit ac55d0f

Please sign in to comment.