]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libogg-1.1-win32.patch
ALL: Merge the win32-contrib branch.
[vlc] / extras / contrib / src / Patches / libogg-1.1-win32.patch
1 Index: include/ogg/os_types.h
2 ===================================================================
3 RCS file: /usr/local/cvsroot/ogg/include/ogg/os_types.h,v
4 retrieving revision 1.12
5 diff -u -r1.12 os_types.h
6 --- include/ogg/os_types.h      18 Sep 2002 04:42:09 -0000      1.12
7 +++ include/ogg/os_types.h      18 Apr 2003 13:48:18 -0000
8 @@ -24,7 +24,7 @@
9  #define _ogg_realloc realloc
10  #define _ogg_free    free
11  
12 -#ifdef _WIN32 
13 +#if defined(_WIN32) && !defined(__MINGW32__)
14  
15  #  ifndef __GNUC__
16     /* MSVC/Borland */