]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/flac-win32.patch
Contribs: Fix libass \h char handling.
[vlc] / extras / contrib / src / Patches / flac-win32.patch
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 */