mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-20 07:45:40 -04:00
Initial community commit
This commit is contained in:
17
vcpkg-ports/libpng/use_abort.patch
Normal file
17
vcpkg-ports/libpng/use_abort.patch
Normal file
@ -0,0 +1,17 @@
|
||||
diff --git a/pngpriv.h b/pngpriv.h
|
||||
index 583c26f..135651c 100644
|
||||
--- a/pngpriv.h
|
||||
+++ b/pngpriv.h
|
||||
@@ -556,11 +556,7 @@
|
||||
|
||||
/* Memory model/platform independent fns */
|
||||
#ifndef PNG_ABORT
|
||||
-# ifdef _WINDOWS_
|
||||
-# define PNG_ABORT() ExitProcess(0)
|
||||
-# else
|
||||
-# define PNG_ABORT() abort()
|
||||
-# endif
|
||||
+# define PNG_ABORT() abort()
|
||||
#endif
|
||||
|
||||
/* These macros may need to be architecture dependent. */
|
Reference in New Issue
Block a user