Sha256: f2894ab2617aa61b2c66fe6674e26b6dbc29b74ce0bd929bd1ece4fb4be765a8

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_MINGW32_H
#define MSGPACK_PREDEF_PLAT_MINGW32_H

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

/*`
[heading `MSGPACK_PLAT_MINGW32`]

[@http://www.mingw.org/ MinGW] platform.
Version number available as major, minor, and patch.

[table
    [[__predef_symbol__] [__predef_version__]]

    [[`__MINGW32__`] [__predef_detection__]]

    [[`__MINGW32_VERSION_MAJOR`, `__MINGW32_VERSION_MINOR`] [V.R.0]]
    ]
 */

#define MSGPACK_PLAT_MINGW32 MSGPACK_VERSION_NUMBER_NOT_AVAILABLE

#if defined(__MINGW32__)
#   include <_mingw.h>
#   if !defined(MSGPACK_PLAT_MINGW32_DETECTION) && (defined(__MINGW32_VERSION_MAJOR) && defined(__MINGW32_VERSION_MINOR))
#       define MSGPACK_PLAT_MINGW32_DETECTION \
            MSGPACK_VERSION_NUMBER(__MINGW32_VERSION_MAJOR,__MINGW32_VERSION_MINOR,0)
#   endif
#   if !defined(MSGPACK_PLAT_MINGW32_DETECTION)
#       define MSGPACK_PLAT_MINGW32_DETECTION MSGPACK_VERSION_NUMBER_AVAILABLE
#   endif
#endif

#ifdef MSGPACK_PLAT_MINGW32_DETECTION
#   define MSGPACK_PLAT_MINGW32_AVAILABLE
#   if defined(MSGPACK_PREDEF_DETAIL_PLAT_DETECTED)
#       define MSGPACK_PLAT_MINGW32_EMULATED MSGPACK_PLAT_MINGW32_DETECTION
#   else
#       undef MSGPACK_PLAT_MINGW32
#       define MSGPACK_PLAT_MINGW32 MSGPACK_PLAT_MINGW32_DETECTION
#   endif
#   include <msgpack/predef/detail/platform_detected.h>
#endif

#define MSGPACK_PLAT_MINGW32_NAME "MinGW"

#endif

#include <msgpack/predef/detail/test.h>
MSGPACK_PREDEF_DECLARE_TEST(MSGPACK_PLAT_MINGW32,MSGPACK_PLAT_MINGW32_NAME)

#ifdef MSGPACK_PLAT_MINGW32_EMULATED
#include <msgpack/predef/detail/test.h>
MSGPACK_PREDEF_DECLARE_TEST(MSGPACK_PLAT_MINGW32_EMULATED,MSGPACK_PLAT_MINGW32_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/mingw32.h
script_core-0.3.0 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h
script_core-0.2.7 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h
script_core-0.2.6 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h
script_core-0.2.5 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h
script_core-0.2.4 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h
script_core-0.2.3 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h
script_core-0.2.2 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h
script_core-0.2.1 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h
script_core-0.2.0 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h
script_core-0.1.1 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h
script_core-0.1.0 ext/enterprise_script_service/msgpack/include/msgpack/predef/platform/mingw32.h