We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a7ff2 commit 21a609bCopy full SHA for 21a609b
Release/include/cpprest/details/cpprest_compat.h
@@ -48,8 +48,8 @@
48
// No SAL on non Windows platforms
49
#include "cpprest/details/nosal.h"
50
51
-#if not defined __cdecl
52
-#if defined cdecl
+#if !defined(__cdecl)
+#if defined(cdecl)
53
#define __cdecl __attribute__((cdecl))
54
#else // ^^^ defined cdecl ^^^ // vvv !defined cdecl vvv
55
#define __cdecl
0 commit comments