Revision: 9471 Author: [email protected] Date: Wed Sep 28 06:40:03 2011 Log: Fixing headers for Windows 2000.
BUG=v8:1724 Review URL: http://codereview.chromium.org/8068002 Patch from Vovan Shutoff <[email protected]>. http://code.google.com/p/v8/source/detail?r=9471 Modified: /branches/bleeding_edge/src/win32-headers.h ======================================= --- /branches/bleeding_edge/src/win32-headers.h Mon Mar 21 16:06:38 2011 +++ /branches/bleeding_edge/src/win32-headers.h Wed Sep 28 06:40:03 2011 @@ -75,6 +75,7 @@ // makes it impossible to have them elsewhere. #include <winsock2.h> #include <ws2tcpip.h> +#include <wspiapi.h> #include <process.h> // for _beginthreadex() #include <stdlib.h> #endif // V8_WIN32_HEADERS_FULL -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
