summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2015-12-29 21:17:44 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2015-12-30 05:10:58 +1100
commit46d3a4c6f11d1aa877ec65e9d6937a34fbf509d8 (patch)
tree4abf4006fd75fef389ba171274273a1936215a08 /include
parenta758365007eae1b2b540554f540df57860da4901 (diff)
downloadflac-46d3a4c6f11d1aa877ec65e9d6937a34fbf509d8.tar.gz
Couple of minor tweaks
Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/share/alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/share/alloc.h b/include/share/alloc.h
index 3b707491..d197891c 100644
--- a/include/share/alloc.h
+++ b/include/share/alloc.h
@@ -52,7 +52,7 @@
# ifndef SIZE_T_MAX
# ifdef _MSC_VER
# ifdef _WIN64
-# define SIZE_T_MAX 0xffffffffffffffffui64
+# define SIZE_T_MAX FLAC__U64L(0xffffffffffffffff)
# else
# define SIZE_T_MAX 0xffffffff
# endif