Sha256: a09e65085f12f4713abb4f72669330f480baf7e457afee3c80204aa31c35f267

Contents?: true

Size: 1.87 KB

Versions: 12

Compression:

Stored size: 1.87 KB

Contents

/*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/

#ifndef MSGPACK_PREDEF_PLAT_MINGW64_H
#define MSGPACK_PREDEF_PLAT_MINGW64_H

#include <msgpack/predef/version_number.h>
#include <msgpack/predef/make.h>

/*`
[heading `MSGPACK_PLAT_MINGW64`]

[@https://mingw-w64.org/ MinGW-w64] platform.
Version number available as major, minor, and patch.

[table
    [[__predef_symbol__] [__predef_version__]]

    [[`__MINGW64__`] [__predef_detection__]]

    [[`__MINGW64_VERSION_MAJOR`, `__MINGW64_VERSION_MINOR`] [V.R.0]]
    ]
 */

#define MSGPACK_PLAT_MINGW64 MSGPACK_VERSION_NUMBER_NOT_AVAILABLE

#if defined(__MINGW64__)
#   include <_mingw.h>
#   if !defined(MSGPACK_PLAT_MINGW64_DETECTION) && (defined(__MINGW64_VERSION_MAJOR) && defined(__MINGW64_VERSION_MINOR))
#       define MSGPACK_PLAT_MINGW64_DETECTION \
            MSGPACK_VERSION_NUMBER(__MINGW64_VERSION_MAJOR,__MINGW64_VERSION_MINOR,0)
#   endif
#   if !defined(MSGPACK_PLAT_MINGW64_DETECTION)
#       define MSGPACK_PLAT_MINGW64_DETECTION MSGPACK_VERSION_NUMBER_AVAILABLE
#   endif
#endif

#ifdef MSGPACK_PLAT_MINGW64_DETECTION
#   define MSGPACK_PLAT_MINGW64_AVAILABLE
#   if defined(MSGPACK_PREDEF_DETAIL_PLAT_DETECTED)
#       define MSGPACK_PLAT_MINGW64_EMULATED MSGPACK_PLAT_MINGW64_DETECTION
#   else
#       undef MSGPACK_PLAT_MINGW64
#       define MSGPACK_PLAT_MINGW64 MSGPACK_PLAT_MINGW64_DETECTION
#   endif
#   include <msgpack/predef/detail/platform_detected.h>
#endif

#define MSGPACK_PLAT_MINGW64_NAME "MinGW-w64"

#endif

#include <msgpack/predef/detail/test.h>
MSGPACK_PREDEF_DECLARE_TEST(MSGPACK_PLAT_MINGW64,MSGPACK_PLAT_MINGW64_NAME)

#ifdef MSGPACK_PLAT_MINGW64_EMULATED
#include <msgpack/predef/detail/test.h>
MSGPACK_PREDEF_DECLARE_TEST(MSGPACK_PLAT_MINGW64_EMULATED,MSGPACK_PLAT_MINGW64_NAME)
#endif

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
script_core-0.3.2 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.3.0 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.2.7 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.2.6 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.2.5 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.2.4 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.2.3 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.2.2 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.2.1 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.2.0 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.1.1 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h
script_core-0.1.0 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw64.h