]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libogg-wince.patch
dshow: remove non standard extensions from header
[vlc] / extras / contrib / src / Patches / libogg-wince.patch
1 --- libogg/include/ogg/os_types.h       2005-11-22 23:01:12.000000000 +0000
2 +++ libogg/include/ogg/os_types.h       2005-11-22 23:05:11.000000000 +0000
3 @@ -55,6 +55,10 @@
4       typedef unsigned __int16 ogg_uint16_t;
5  #  endif
6  
7 +#  if defined(UNDER_CE)
8 +#     define exit(a)
9 +#  endif
10 +
11  #elif defined(__MACOS__)
12  
13  #  include <sys/types.h>