We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebb59d commit 3db6164Copy full SHA for 3db6164
amf/public/include/core/Platform.h
@@ -141,23 +141,17 @@ typedef signed int HRESULT;
141
#if defined(__cplusplus) && (__cplusplus >= 201103L)
142
#include <cinttypes>
143
#define AMFPRId64 PRId64
144
-
145
#define AMFPRIud64 PRIu64
146
147
#define AMFPRIx64 PRIx64
148
#else
149
#if defined(_MSC_VER)
150
#define AMFPRId64 "I64d"
151
152
#define AMFPRIud64 "Iu64d"
153
154
#define AMFPRIx64 "I64x"
155
156
#if !defined(AMFPRId64)
157
#define AMFPRId64 "lld"
158
159
#define AMFPRIud64 "ulld"
160
161
#define AMFPRIx64 "llx"
162
#endif
163
0 commit comments