forked from boostorg/intrusive
Fixes ticket #6841 (_cdecl and __stdcall are ambiguous for Windows CE)
[SVN r78474]
This commit is contained in:
@@ -130,7 +130,7 @@ struct identity
|
|||||||
#define BOOST_INTRUSIVE_TT_DECL
|
#define BOOST_INTRUSIVE_TT_DECL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_EXTENSIONS) && !defined(__BORLAND__) && !defined(_WIN64)
|
#if defined(_MSC_EXTENSIONS) && !defined(__BORLAND__) && !defined(_WIN64) && !defined(UNDER_CE)
|
||||||
#define BOOST_INTRUSIVE_TT_TEST_MSC_FUNC_SIGS
|
#define BOOST_INTRUSIVE_TT_TEST_MSC_FUNC_SIGS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user