1 2 // Copyright 2009 Daniel James. 3 // Distributed under the Boost Software License, Version 1.0. (See accompanying 4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 5 6 #if defined(_WIN32_WCE) 7 // The standard windows mobile headers trigger this warning so I disable it 8 // before doing anything else. 9 #pragma warning(disable : 4201) // nonstandard extension used : 10 // nameless struct/union 11 #endif 12