flac-win32.patch
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:

midi

开发平台:

Unix_Linux

  1. diff -ur flac-1.2.1/include/share/alloc.h flac/include/share/alloc.h
  2. --- flac-1.2.1/include/share/alloc.h 2007-09-12 06:32:21.000000000 +0100
  3. +++ flac/include/share/alloc.h 2007-09-25 20:54:09.000000000 +0100
  4. @@ -28,7 +28,7 @@
  5.   */
  6.  
  7.  #include <limits.h> /* for SIZE_MAX */
  8. -#if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__
  9. +#if !defined _MSC_VER && !defined __EMX__
  10.  #include <stdint.h> /* for SIZE_MAX in case limits.h didn't get it */
  11.  #endif
  12.  #include <stdlib.h> /* for size_t, malloc(), etc */