openjpeg-svn480-use-stdbool.patch 493 B

12345678910111213
  1. diff -urN -x '*.orig' -x '*.rej' -x '*~' -x '.*' OpenJPEG.orig/libopenjpeg/openjpeg.h OpenJPEG.patched/libopenjpeg/openjpeg.h
  2. --- OpenJPEG.orig/libopenjpeg/openjpeg.h 2007-11-14 05:34:48.000000000 -0600
  3. +++ OpenJPEG.patched/libopenjpeg/openjpeg.h 2007-11-16 20:41:53.000000000 -0600
  4. @@ -61,7 +61,7 @@
  5. #endif /* !OPJ_STATIC || !WIN32 */
  6. #ifndef __cplusplus
  7. -#if defined(HAVE_STDBOOL_H)
  8. +#if 1
  9. /*
  10. The C language implementation does correctly provide the standard header
  11. file "stdbool.h".