1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-18 05:47:10 +02:00

Use updated win32 identification.

This commit is contained in:
Sandu Liviu Catalin
2020-04-27 10:17:08 +03:00
parent 6accac3bb1
commit 1e82d7b747
7 changed files with 22 additions and 22 deletions

View File

@@ -570,7 +570,7 @@ protected:
struct sockaddr_in m_stMulticastGroup; /// multicast group to bind to
struct linger m_stLinger; /// linger flag
CStatTimer m_timer; /// internal statistics.
#ifdef WIN32
#ifdef _WIN32
WSADATA m_hWSAData; /// Windows
#endif
fd_set m_writeFds; /// write file descriptor set