shithub: sox

Download patch

ref: 57eec584f0ed0150c7ce24b47e425667094cf621
parent: 6a79b4224c08d75d5d9c12cb45ff3a225fd9fed2
author: robs <robs>
date: Mon Sep 22 07:21:11 EDT 2008

quash dup. define warning

--- a/src/sox_i.h
+++ b/src/sox_i.h
@@ -30,7 +30,9 @@
 #ifndef HAVE_FSEEKO
 #define fseeko fseek
 #define ftello ftell
+#ifndef _MSC_VER
 #define off_t long
+#endif
 #endif
 #ifdef _FILE_OFFSET_BITS
 assert_static(sizeof(off_t) == _FILE_OFFSET_BITS >> 3, OFF_T_BUILD_PROBLEM);