|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
00001 // $Id: boost_allocator.h,v 1.1 2006/05/02 16:49:02 hmd Exp $ 00002 #ifndef GAUDIKERNEL_BOOST_ALLOCATOR_H 00003 #define GAUDIKERNEL_BOOST_ALLOCATOR_H 1 00004 00006 00007 #ifdef _WIN32 00008 // Avoid conflicts between Windows' headers and MSG. 00009 # ifndef NOMSG 00010 # define NOMSG 00011 # ifndef NOGDI 00012 # define NOGDI 00013 # endif 00014 # endif 00015 # ifndef NOMINMAX 00016 # define NOMINMAX 00017 # endif 00018 #endif 00019 00020 #include <boost/pool/singleton_pool.hpp> 00021 00022 #endif // GAUDIKERNEL_BOOST_ALLOCATOR_H