KDU_NO_THREADS get changed by accident into KDU_NO_THREAD. Fix that.
parent
07e2ddda3f
commit
c6a20cd27a
|
|
@ -38,7 +38,7 @@
|
|||
// </FS:ND>
|
||||
|
||||
// Support classes for reading and writing from memory buffers in KDU
|
||||
#define KDU_NO_THREAD
|
||||
#define KDU_NO_THREADS
|
||||
|
||||
// <FS:ND> Some magic to make KDU and the viewer agree with internal alignments
|
||||
#if KDU_MAJOR_VERSION >= 7 && KDU_MINOR_VERSION >= 5
|
||||
|
|
|
|||
Loading…
Reference in New Issue