More preparations to update to KDU 7.5.0.

Nicky 2014-10-07 23:12:20 +02:00
parent 29be0ecdaa
commit 07e2ddda3f
2 changed files with 15 additions and 1 deletions

View File

@ -33,6 +33,13 @@
// KDU core header files
//
#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
#define KDU_X86_INTRINSICS
#endif
// </FS:ND>
#include "kdu_elementary.h"
#include "kdu_messaging.h"
#include "kdu_params.h"

View File

@ -38,7 +38,14 @@
// </FS:ND>
// Support classes for reading and writing from memory buffers in KDU
#define KDU_NO_THREADS
#define KDU_NO_THREAD
// <FS:ND> Some magic to make KDU and the viewer agree with internal alignments
#if KDU_MAJOR_VERSION >= 7 && KDU_MINOR_VERSION >= 5
#define KDU_X86_INTRINSICS
#endif
// </FS:ND>
#include "kdu_image.h"
#include "kdu_elementary.h"
#include "kdu_messaging.h"