Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rhutsAMD committed Sep 9, 2024
1 parent 6ebb59d commit 3db6164
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions amf/public/include/core/Platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,23 +141,17 @@ typedef signed int HRESULT;
#if defined(__cplusplus) && (__cplusplus >= 201103L)
#include <cinttypes>
#define AMFPRId64 PRId64

#define AMFPRIud64 PRIu64

#define AMFPRIx64 PRIx64
#else
#if defined(_MSC_VER)
#define AMFPRId64 "I64d"

#define AMFPRIud64 "Iu64d"

#define AMFPRIx64 "I64x"
#else
#if !defined(AMFPRId64)
#define AMFPRId64 "lld"

#define AMFPRIud64 "ulld"

#define AMFPRIx64 "llx"
#endif
#endif
Expand Down

0 comments on commit 3db6164

Please sign in to comment.