mirror of https://github.com/libAthena/athena.git
Global: Remove compatibility formatting define for size_t
Given the use of fmt, we can trivially remove the remaining usages of this define and remove it from the Global header.
This commit is contained in:
parent
7f6ac632f1
commit
93dacd4231
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue