Contribs: ffmpeg, fix hw decoding
[vlc.git] / contrib / src / png / winrt.patch
blob30156b215e0b5fb152045c179284926418a5c89a
1 --- png/pngpriv.h.orig 2013-05-09 15:17:34.933583625 +0200
2 +++ png/pngpriv.h 2013-05-09 15:18:33.981581142 +0200
3 @@ -360,11 +360,7 @@
5 /* Memory model/platform independent fns */
6 #ifndef PNG_ABORT
7 -# ifdef _WINDOWS_
8 -# define PNG_ABORT() ExitProcess(0)
9 -# else
10 # define PNG_ABORT() abort()
11 -# endif
12 #endif
14 #ifdef USE_FAR_KEYWORD