$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: ghost_at_[hidden]
Date: 2007-10-08 17:28:10
Author: vladimir_prus
Date: 2007-10-08 17:28:09 EDT (Mon, 08 Oct 2007)
New Revision: 39820
URL: http://svn.boost.org/trac/boost/changeset/39820
Log:
Windows fix
Text files modified:
trunk/tools/build/v2/test/free_features_request.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/tools/build/v2/test/free_features_request.py
==============================================================================
--- trunk/tools/build/v2/test/free_features_request.py (original)
+++ trunk/tools/build/v2/test/free_features_request.py 2007-10-08 17:28:09 EDT (Mon, 08 Oct 2007)
@@ -29,6 +29,9 @@
t.write("foo.cpp", """
#ifdef FOO
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
void foo() {}
#endif
""")