]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libmp3lame-mingw32.patch
Contribs update:
[vlc] / extras / contrib / src / Patches / libmp3lame-mingw32.patch
1 --- lame-3.98b8/mpglib/mpglib.h 2006-06-16 01:51:49.000000000 +0200
2 +++ lame/mpglib/mpglib.h        2008-07-02 07:56:40.000000000 +0200
3 @@ -57,7 +57,7 @@
4  } MPSTR, *PMPSTR;
5  
6  
7 -#if ( defined(_MSC_VER) || defined(__BORLANDC__) )
8 +#if ( defined(_MSC_VER) || defined(__BORLANDC__) || defined( WIN32 ) )
9          typedef int BOOL; /* windef.h contains the same definition */
10  #else
11          #define BOOL int