Changeset 7100
- Timestamp:
- 01/14/10 22:08:05 (8 months ago)
- Location:
- trunk/ocaml-mad
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
src/mad_stubs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ocaml-mad/CHANGES
r6910 r7100 5 5 * Removed confusing wav_* and samplefreq API 6 6 * Fixed duration to use decode_float 7 * Fixed compilation using MinGW for win32 7 8 8 9 0.3.6 (12-10-2009) -
trunk/ocaml-mad/src/mad_stubs.c
r6910 r7100 40 40 #include <string.h> 41 41 #include <assert.h> 42 #ifdef __MINGW32__ 43 #include <winsock.h> 44 #else 42 45 #include <netinet/in.h> 46 #endif 43 47 #include <stdint.h> 44 48 #include <mad.h>
