Boost logo

Boost-Commit :

From: jmcintyre_at_[hidden]
Date: 2007-12-04 14:05:58


Author: jared
Date: 2007-12-04 14:05:58 EST (Tue, 04 Dec 2007)
New Revision: 41693
URL: http://svn.boost.org/trac/boost/changeset/41693

Log:
fix dllexport
Text files modified:
   sandbox/pinhole/libs/pinhole/src/globals.cpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/pinhole/libs/pinhole/src/globals.cpp
==============================================================================
--- sandbox/pinhole/libs/pinhole/src/globals.cpp (original)
+++ sandbox/pinhole/libs/pinhole/src/globals.cpp 2007-12-04 14:05:58 EST (Tue, 04 Dec 2007)
@@ -5,6 +5,8 @@
 // (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
+#define BOOST_PINHOLE_SOURCE 1
+
 #include <boost/pinhole.hpp>
 
 boost::shared_ptr<boost::pinhole::property_manager>


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