]> git.pld-linux.org Git - packages/crossmingw32-libjpeg.git/blame_incremental - libjpeg-include.patch
- updated shared patch, replaced one pseudo-libtool hack with another using real...
[packages/crossmingw32-libjpeg.git] / libjpeg-include.patch
... / ...
CommitLineData
1--- jpeg-6b/jpeglib.h
2+++ jpeg-6b.new/jpeglib.h
3@@ -24 +24 @@
4-#include "jconfig.h" /* widely used configuration options */
5+#include <jconfig.h> /* widely used configuration options */
6@@ -26 +26 @@
7-#include "jmorecfg.h" /* seldom changed options */
8+#include <jmorecfg.h> /* seldom changed options */
9@@ -1092,2 +1092,2 @@
10-#include "jpegint.h" /* fetch private declarations */
11-#include "jerror.h" /* fetch error codes too */
12+#include <jpegint.h> /* fetch private declarations */
13+#include <jerror.h> /* fetch error codes too */
This page took 0.0279 seconds and 4 git commands to generate.