fix_extern_c.patch 304 B

123456789101112131415
  1. diff -pruN old/src/exr.cpp new/src/exr.cpp
  2. --- old/src/exr.cpp 2006-01-04 02:16:52.000000000 +0200
  3. +++ new/src/exr.cpp 2021-05-04 15:28:09.314813642 +0300
  4. @@ -22,10 +22,8 @@
  5. *
  6. */
  7. -extern "C" {
  8. #include "histogram-imager.h"
  9. #include "config.h"
  10. -}
  11. #include <ImfRgbaFile.h>
  12. using namespace Imf;