flac-win32.patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- diff -ur flac-1.2.1/include/share/alloc.h flac/include/share/alloc.h
- --- flac-1.2.1/include/share/alloc.h 2007-09-12 06:32:21.000000000 +0100
- +++ flac/include/share/alloc.h 2007-09-25 20:54:09.000000000 +0100
- @@ -28,7 +28,7 @@
- */
- #include <limits.h> /* for SIZE_MAX */
- -#if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__
- +#if !defined _MSC_VER && !defined __EMX__
- #include <stdint.h> /* for SIZE_MAX in case limits.h didn't get it */
- #endif
- #include <stdlib.h> /* for size_t, malloc(), etc */