mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r11998@catbus: nickm | 2007-02-28 13:56:55 -0500
Correct an MSC_VER check. svn:r9685
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
#define WIN32_WINNT 0x400
|
||||
#define _WIN32_WINNT 0x400
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#if defined(_MSC_VER) && (_MSC_VER <= 1300)
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1300)
|
||||
#include <winsock.h>
|
||||
#else
|
||||
#include <winsock2.h>
|
||||
|
||||
Reference in New Issue
Block a user