Boost logo

Boost-Commit :

From: chris_at_[hidden]
Date: 2007-10-09 17:59:39


Author: chris_kohlhoff
Date: 2007-10-09 17:59:38 EDT (Tue, 09 Oct 2007)
New Revision: 39865
URL: http://svn.boost.org/trac/boost/changeset/39865

Log:
Try changing the default target to Windows XP rather than Windows 2000 to see
effect on borland-5.9.2.

Text files modified:
   trunk/libs/asio/test/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/asio/test/Jamfile.v2
==============================================================================
--- trunk/libs/asio/test/Jamfile.v2 (original)
+++ trunk/libs/asio/test/Jamfile.v2 2007-10-09 17:59:38 EDT (Tue, 09 Oct 2007)
@@ -40,7 +40,7 @@
     <os>SOLARIS:<define>__EXTENSIONS__
     <os>SOLARIS:<library>socket
     <os>SOLARIS:<library>nsl
- <os>NT:<define>_WIN32_WINNT=0x0500
+ <os>NT:<define>_WIN32_WINNT=0x0501
     <os>NT,<toolset>cw:<library>ws2_32
     <os>NT,<toolset>cw:<library>mswsock
     <os>NT,<toolset>gcc:<library>ws2_32


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk