shithub: libsamplerate

Download patch

ref: d526f57a2ea1309dc707d3fa8c8302beb9fa37d0
parent: cfd5a71a7f6060500156610430b213c88f3f19e8
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Sun Mar 14 02:56:12 EST 2004

More Win32 fixes.



--- a/Win32/Makefile.am
+++ b/Win32/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = Makefile.msvc config.h unistd.h libsamplerate.def
+EXTRA_DIST = Makefile.msvc config.h unistd.h unistd.h libsamplerate.def
   
 
 ## Do not edit or modify anything in this comment block.
--- a/Win32/sndfile.h
+++ b/Win32/sndfile.h
@@ -302,7 +302,7 @@
 {	int basenote ;
 	int gain ;
 	int	sustain_mode ;
-	int sustain_start, sustain_end;
+	int sustain_start, sustain_end ;
 	int release_mode ;
 	int release_start, reslease_end ;
 } SF_INSTRUMENT ;