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