diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/format_macros.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/base/format_macros.h b/base/format_macros.h index 383579f..4b713ef 100644 --- a/base/format_macros.h +++ b/base/format_macros.h @@ -37,17 +37,9 @@ #else // OS_WIN -#if !defined(PRId64) #define PRId64 "I64d" -#endif - -#if !defined(PRIu64) #define PRIu64 "I64u" -#endif - -#if !defined(PRIx64) #define PRIx64 "I64x" -#endif #define WidePRId64 L"I64d" #define WidePRIu64 L"I64u" |