2013-08-12 15:30:40 +02:00
|
|
|
--- a/3rdparty/libpng/pngpriv.h
|
|
|
|
+++ b/3rdparty/libpng/pngpriv.h
|
2015-12-10 12:04:11 +01:00
|
|
|
@@ -457,7 +457,7 @@
|
2013-08-12 15:30:40 +02:00
|
|
|
|
|
|
|
/* Memory model/platform independent fns */
|
|
|
|
#ifndef PNG_ABORT
|
|
|
|
-# ifdef _WINDOWS_
|
2015-02-20 17:47:45 +01:00
|
|
|
+# if defined(_WINDOWS_) && !defined(WINRT)
|
2013-08-12 15:30:40 +02:00
|
|
|
# define PNG_ABORT() ExitProcess(0)
|
|
|
|
# else
|
|
|
|
# define PNG_ABORT() abort()
|