mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Removed stdcall tests and examples for all compilers but msvc
This commit is contained in:
parent
b8e8b6ffbf
commit
a178fc442a
2 changed files with 1 additions and 60 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue