DescriptionFix compilation on MinGW
On MinGW _WIN32_WINNT needs to be 0x501 (Windows XP) instead of 0x500 (Windows 2000) for some TCP/IP API's to be present.
MinGW uses stdint.h whereas Visual C++ does not.
Committed: http://code.google.com/p/v8/source/detail?r=1999
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|