]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - lhnet.c
UNMERGE
[xonotic/darkplaces.git] / lhnet.c
diff --git a/lhnet.c b/lhnet.c
index 0d32a0c55b23024569faf0da1cef7dea9a25e5aa..aa6cbc94153b5f6c9f65f8960ed835515a61ce63 100644 (file)
--- a/lhnet.c
+++ b/lhnet.c
@@ -839,7 +839,7 @@ void LHNET_SleepUntilPacket_Microseconds(int microseconds)
                {
                        if (lastfd < s->inetsocket)
                                lastfd = s->inetsocket;
-#if defined(WIN32) && !defined(_MSC_VER)
+#ifdef WIN32
                        FD_SET((int)s->inetsocket, &fdreadset);
 #else
                        FD_SET((unsigned int)s->inetsocket, &fdreadset);