diff --git a/include/athena/Global.hpp b/include/athena/Global.hpp index ef7c72e..a746755 100644 --- a/include/athena/Global.hpp +++ b/include/athena/Global.hpp @@ -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__)