KDU_NO_THREADS get changed by accident into KDU_NO_THREAD. Fix that.

Nicky 2014-10-08 00:59:02 +02:00
parent 07e2ddda3f
commit c6a20cd27a
1 changed files with 1 additions and 1 deletions

View File

@ -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