Merge pull request #71 from lioncash/fmt

Global: Remove compatibility formatting define for size_t
This commit is contained in:
2019-10-20 18:40:23 -07:00
committed by GitHub
2 changed files with 13 additions and 14 deletions

View File

@@ -30,14 +30,8 @@
#if !defined(S_ISLNK)
#define S_ISLNK(m) 0
#endif
#endif // _MSC_VER
#define PRISize "Iu"
#else
#define PRISize "zu"
#endif
// clang-format off
#ifndef AT_PRETTY_FUNCTION
# if defined(__PRETTY_FUNCTION__) || defined(__GNUC__)