Removed stdcall tests and examples for all compilers but msvc

This commit is contained in:
Mathieu Champlon 2018-03-25 20:05:27 +02:00 committed by Mathieu Champlon
parent b8e8b6ffbf
commit a178fc442a
2 changed files with 1 additions and 60 deletions

View file

@ -433,11 +433,9 @@ namespace
#ifdef BOOST_MSVC
# define MOCK_STDCALL __stdcall
#elif defined( BOOST_GCC )
# define MOCK_STDCALL __attribute((stdcall))
#else
# define MOCK_STDCALL
#endif // BOOST_GCC
#endif
namespace stdcall
{