? libs/config/test/bjam.log2
? libs/config/test/log
Index: libs/config/config.htm
===================================================================
RCS file: /cvsroot/boost/boost/libs/config/config.htm,v
retrieving revision 1.34
diff -u -r1.34 config.htm
--- libs/config/config.htm	12 Jul 2004 03:15:38 -0000	1.34
+++ libs/config/config.htm	16 Jul 2004 12:45:35 -0000
@@ -1151,6 +1151,11 @@
                the Dinkumware library version macro _CPPLIB_VER if defined, otherwise 1.</td>
          </tr>
          <tr>
+            <td valign="top">BOOST_WINDOWS</td>
+            <td valign="top">&lt;boost/config.hpp&gt;</td>
+            <td valign="top">Defined if the Windows platfrom API is available.</td>
+         </tr>
+         <tr>
             <td valign="top" width="33%">BOOST_NO_WREGEX</td>
             <td valign="top" width="33%">&lt;boost/regex.hpp&gt;</td>
             <td valign="top" width="33%">Defined if the regex library does not support wide 
Index: libs/config/test/link/Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/config/test/link/Jamfile.v2,v
retrieving revision 1.1
diff -u -r1.1 Jamfile.v2
--- libs/config/test/link/Jamfile.v2	2 Jun 2004 05:51:00 -0000	1.1
+++ libs/config/test/link/Jamfile.v2	16 Jul 2004 12:45:35 -0000
@@ -1,7 +1,10 @@
 # copyright John Maddock 2003
 
 lib link_test : link_test.cpp 
-    : <link>shared <link-runtime>shared
+    : <link>shared <link-runtime>shared 
+      # This is needed to make the test work, I'm unsure if this
+      # should be set globally.
+      <define>BOOST_DYN_LINK=1
     : 
         debug release
     ;
Index: boost/config/platform/win32.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/platform/win32.hpp,v
retrieving revision 1.14
diff -u -r1.14 win32.hpp
--- boost/config/platform/win32.hpp	26 Feb 2004 18:26:47 -0000	1.14
+++ boost/config/platform/win32.hpp	16 Jul 2004 12:45:35 -0000
@@ -10,6 +10,7 @@
 //  Win32 specific config options:
 
 #define BOOST_PLATFORM "Win32"
+#define BOOST_WINDOWS 1
 
 #if defined(__GNUC__) && !defined(BOOST_NO_SWPRINTF)
 #  define BOOST_NO_SWPRINTF
