From 937755d03bf9004304a7e2d41ce7d44fc5b6a4b1 Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 19 Oct 2000 00:03:05 +0000 Subject: [PATCH] patch from RH. Changed files: libjpeg-c++.patch -> 1.1 --- libjpeg-c++.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 libjpeg-c++.patch diff --git a/libjpeg-c++.patch b/libjpeg-c++.patch new file mode 100644 index 0000000..81dcc39 --- /dev/null +++ b/libjpeg-c++.patch @@ -0,0 +1,24 @@ +--- jpeg-6b/jpeglib.h.c++ Sat Jun 17 21:58:15 2000 ++++ jpeg-6b/jpeglib.h Sat Jun 17 21:58:53 2000 +@@ -13,6 +13,10 @@ + #ifndef JPEGLIB_H + #define JPEGLIB_H + ++#ifdef __cplusplus ++extern "C" { ++#endif ++ + /* + * First we include the configuration files that record how this + * installation of the JPEG library is set up. jconfig.h can be +@@ -1091,6 +1095,10 @@ + #ifdef JPEG_INTERNALS + #include "jpegint.h" /* fetch private declarations */ + #include "jerror.h" /* fetch error codes too */ ++#endif ++ ++#ifdef __cplusplus ++} + #endif + + #endif /* JPEGLIB_H */ -- 2.43.0