summaryrefslogtreecommitdiff
path: root/include/share/compat.h
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-01-26 10:11:39 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-01-26 10:11:39 +1100
commitb104c6d8afa1b025bde681b219d32904d93f17e5 (patch)
tree2ed5db8a165bf91c683b3cb9043b287598bafef8 /include/share/compat.h
parent4632f945de256ce53c902d0cc51022269573de0b (diff)
downloadflac-b104c6d8afa1b025bde681b219d32904d93f17e5.tar.gz
include/share/compat.h : For MSVC define inline as __inline.
Diffstat (limited to 'include/share/compat.h')
-rw-r--r--include/share/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/share/compat.h b/include/share/compat.h
index 19f5dd65..983b045a 100644
--- a/include/share/compat.h
+++ b/include/share/compat.h
@@ -66,6 +66,7 @@
#if defined(_MSC_VER)
#define restrict __restrict
+#define inline __inline
#endif
/* adjust for compilers that can't understand using LLU suffix for uint64_t literals */