Go to the documentation of this file.
7 #ifndef _COPP_BOOST_CONTEXT_DETAIL_CONFIG_H
8 #define _COPP_BOOST_CONTEXT_DETAIL_CONFIG_H
19 #ifdef _COPP_BOOST_CONTEXT_DECL
20 # undef _COPP_BOOST_CONTEXT_DECL
23 #if !defined(COPP_BOOST_CONTEXT_DECL)
24 # define COPP_BOOST_CONTEXT_DECL
26 #undef COPP_BOOST_CONTEXT_CALLDECL
27 #if (defined(i386) || defined(__i386__) || defined(__i386) || defined(__i486__) || defined(__i586__) || \
28 defined(__i686__) || defined(__X86__) || defined(_X86_) || defined(__THW_INTEL__) || defined(__I86__) || \
29 defined(__INTEL__) || defined(__IA32__) || defined(_M_IX86) || defined(_I86_)) && \
31 # define COPP_BOOST_CONTEXT_CALLDECL __cdecl
33 # define COPP_BOOST_CONTEXT_CALLDECL