Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-03-14 23:17:15


Author: grafik
Date: 2008-03-14 23:17:15 EDT (Fri, 14 Mar 2008)
New Revision: 43612
URL: http://svn.boost.org/trac/boost/changeset/43612

Log:
Work around multiple type definitions when some windows headers are included before the jpeg headers.
Text files modified:
   sandbox/tools/build_extensions/ext/jpeg.jam | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: sandbox/tools/build_extensions/ext/jpeg.jam
==============================================================================
--- sandbox/tools/build_extensions/ext/jpeg.jam (original)
+++ sandbox/tools/build_extensions/ext/jpeg.jam 2008-03-14 23:17:15 EDT (Fri, 14 Mar 2008)
@@ -66,6 +66,10 @@
 #undef PROGRESS_REPORT
 #endif
 
+#ifdef _BASETSD_H_
+#define XMD_H
+#endif
+
 #endif // JPEGLIB_CONFIG_H
 ) > "$(<)"
 }


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