git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10319
d7cf8633-e32d-0410-b094-
e92efae38249
// Written by Forest Hale 2003-06-15 and placed into public domain.
#ifdef WIN32
+#ifdef _MSC_VER
#pragma comment(lib, "ws2_32.lib")
+#endif
# ifdef SUPPORTIPV6
// Windows XP or higher is required for getaddrinfo, but the inclusion of wspiapi provides fallbacks for older versions
# define _WIN32_WINNT 0x0501
# include <windows.h>
# include <mmsystem.h> // timeGetTime
# include <time.h> // localtime
+#ifdef _MSC_VER
#pragma comment(lib, "winmm.lib")
+#endif
#else
# include <unistd.h>
# include <fcntl.h>