Skip to content

Commit bf26fa6

Browse files
committed
Just define __pplx_cdecl as __cdecl since the latter is always defined
(cpprest_compat.h is included before)
1 parent 38f3954 commit bf26fa6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Release/include/pplx/pplxinterface.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@
4646
#include <atomic>
4747
#endif
4848

49-
#if (defined(ANDROID) || defined(__ANDROID__))
50-
// This prevents users from requiring -Wno-attributes when using gcc-4.8 with the android NDK.
51-
#define _pplx_cdecl
52-
#else
5349
#define _pplx_cdecl __cdecl
54-
#endif
5550

5651
namespace pplx
5752
{

0 commit comments

Comments
 (0)