All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
boost_allocator.h
Go to the documentation of this file.
1 // $Id: boost_allocator.h,v 1.1 2006/05/02 16:49:02 hmd Exp $
2 #ifndef GAUDIKERNEL_BOOST_ALLOCATOR_H
3 #define GAUDIKERNEL_BOOST_ALLOCATOR_H 1
4 
6 
7 #ifdef _WIN32
8 // Avoid conflicts between Windows' headers and MSG.
9 # ifndef NOMSG
10 # define NOMSG
11 # ifndef NOGDI
12 # define NOGDI
13 # endif
14 # endif
15 # ifndef NOMINMAX
16 # define NOMINMAX
17 # endif
18 #endif
19 
20 #include <boost/pool/singleton_pool.hpp>
21 
22 #endif // GAUDIKERNEL_BOOST_ALLOCATOR_H