summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-03-22 18:22:57 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-03-29 21:25:59 +1100
commit7dc5e3a8ff3f1b348580f48cccf4d2fd24d6384e (patch)
tree62d73eb566dd8e1df711dd0f52dfe504ff5334ec /include
parent608e246f5215a96756616b5f23e82d588e2f29b9 (diff)
downloadflac-7dc5e3a8ff3f1b348580f48cccf4d2fd24d6384e.tar.gz
Rename _flac_stat to flac_stat_s.
Diffstat (limited to 'include')
-rw-r--r--include/share/compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/share/compat.h b/include/share/compat.h
index 7ef27550..1857c652 100644
--- a/include/share/compat.h
+++ b/include/share/compat.h
@@ -172,10 +172,10 @@
#endif
#ifdef _WIN32
-#define _flac_stat _stat64 /* stat struct */
+#define flac_stat_s _stat64 /* stat struct */
#define flac_fstat _fstat64
#else
-#define _flac_stat stat /* stat struct */
+#define flac_stat_s stat /* stat struct */
#define flac_fstat fstat
#endif