#endif
#include "jmorecfg.h" /* seldom changed options */
+#ifdef __cplusplus
+extern "C" {
+#endif
/* Version ID for the JPEG library.
* Might be useful for tests like "#if JPEG_LIB_VERSION >= 60".
* to include jerror.h.
*/
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
#ifdef JPEG_INTERNALS
#include "jpegint.h" /* fetch private declarations */
#include "jerror.h" /* fetch error codes too */