Fixes ticket #6841 (_cdecl and __stdcall are ambiguous for Windows CE)

[SVN r78474]
This commit is contained in:
David Deakins
2012-05-14 21:01:39 +00:00
parent 4fc0777686
commit b8d71929b8

View File

@@ -130,7 +130,7 @@ struct identity
#define BOOST_INTRUSIVE_TT_DECL
#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
#endif