comparison src/flac-1.2.1/include/share/alloc.h @ 89:8a15ff55d9af

Add bzip2, zlib, liblo, portaudio sources
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 20 Mar 2013 13:59:52 +0000
parents 98c1576536ae
children
comparison
equal deleted inserted replaced
88:fe7c3a0b0259 89:8a15ff55d9af
26 /* WATCHOUT: for c++ you may have to #define __STDC_LIMIT_MACROS 1 real early 26 /* WATCHOUT: for c++ you may have to #define __STDC_LIMIT_MACROS 1 real early
27 * before #including this file, otherwise SIZE_MAX might not be defined 27 * before #including this file, otherwise SIZE_MAX might not be defined
28 */ 28 */
29 29
30 #include <limits.h> /* for SIZE_MAX */ 30 #include <limits.h> /* for SIZE_MAX */
31 #if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__ 31 #if !defined _MSC_VER && !defined __EMX__
32 #include <stdint.h> /* for SIZE_MAX in case limits.h didn't get it */ 32 #include <stdint.h> /* for SIZE_MAX in case limits.h didn't get it */
33 #endif 33 #endif
34 #include <stdlib.h> /* for size_t, malloc(), etc */ 34 #include <stdlib.h> /* for size_t, malloc(), etc */
35 35
36 #ifndef SIZE_MAX 36 #ifndef SIZE_MAX