Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:05:04

0001 /*
0002 Copyright Rene Rivera 2013-2015
0003 Copyright (c) Microsoft Corporation 2014
0004 Distributed under the Boost Software License, Version 1.0.
0005 (See accompanying file LICENSE_1_0.txt or copy at
0006 http://www.boost.org/LICENSE_1_0.txt)
0007 */
0008 
0009 #if !defined(BOOST_PREDEF_PLATFORM_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
0010 #ifndef BOOST_PREDEF_PLATFORM_H
0011 #define BOOST_PREDEF_PLATFORM_H
0012 #endif
0013 
0014 #include <boost/predef/platform/android.h>
0015 #include <boost/predef/platform/cloudabi.h>
0016 #include <boost/predef/platform/mingw.h>
0017 #include <boost/predef/platform/mingw32.h>
0018 #include <boost/predef/platform/mingw64.h>
0019 #include <boost/predef/platform/windows_uwp.h>
0020 #include <boost/predef/platform/windows_desktop.h>
0021 #include <boost/predef/platform/windows_phone.h>
0022 #include <boost/predef/platform/windows_server.h>
0023 #include <boost/predef/platform/windows_store.h>
0024 #include <boost/predef/platform/windows_system.h>
0025 #include <boost/predef/platform/windows_runtime.h> // deprecated
0026 #include <boost/predef/platform/ios.h>
0027 
0028 #endif