platform.h 1.0 KB

1234567891011121314151617181920212223242526272829
  1. /*
  2. Copyright Rene Rivera 2013-2015
  3. Copyright (c) Microsoft Corporation 2014
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. */
  8. #if !defined(BOOST_PREDEF_PLATFORM_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
  9. #ifndef BOOST_PREDEF_PLATFORM_H
  10. #define BOOST_PREDEF_PLATFORM_H
  11. #endif
  12. #include <boost/predef/platform/android.h>
  13. #include <boost/predef/platform/cloudabi.h>
  14. #include <boost/predef/platform/mingw.h>
  15. #include <boost/predef/platform/mingw32.h>
  16. #include <boost/predef/platform/mingw64.h>
  17. #include <boost/predef/platform/windows_uwp.h>
  18. #include <boost/predef/platform/windows_desktop.h>
  19. #include <boost/predef/platform/windows_phone.h>
  20. #include <boost/predef/platform/windows_server.h>
  21. #include <boost/predef/platform/windows_store.h>
  22. #include <boost/predef/platform/windows_system.h>
  23. #include <boost/predef/platform/windows_runtime.h> // deprecated
  24. #include <boost/predef/platform/ios.h>
  25. /*#include <boost/predef/platform/.h>*/
  26. #endif