diff options
Diffstat (limited to 'winsup/cygwin/include/stdint.h')
-rw-r--r-- | winsup/cygwin/include/stdint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/include/stdint.h b/winsup/cygwin/include/stdint.h index 406565cc0..5456239fb 100644 --- a/winsup/cygwin/include/stdint.h +++ b/winsup/cygwin/include/stdint.h @@ -176,7 +176,7 @@ typedef unsigned long long uintmax_t; /* Macros for greatest-width integer constant expressions */ -#define INTMAX_C(x) x ## L -#define UINTMAX_C(x) x ## UL +#define INTMAX_C(x) x ## LL +#define UINTMAX_C(x) x ## ULL #endif /* _STDINT_H */ |