|
|
@@ -29,8 +29,12 @@
|
|
|
#include <windows.h> // we need to include this before jpeglib.
|
|
|
#endif
|
|
|
|
|
|
+#include "typedef.h" // jasper requires this first.
|
|
|
#include <jasper/jasper.h>
|
|
|
|
|
|
+// Undo jasper-inflicted damage.
|
|
|
+#undef bool
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Class : PNMFileTypeJPG2000
|
|
|
// Description : For reading and writing Jpeg2000 files.
|