Multi-threaded KDU works fine on Windows - re-enable it
parent
393750cb72
commit
ae9f77182b
|
|
@ -32,7 +32,9 @@
|
|||
//
|
||||
// KDU core header files
|
||||
//
|
||||
#ifndef LL_WINDOWS
|
||||
#define KDU_NO_THREADS
|
||||
#endif
|
||||
|
||||
#include "kdu_elementary.h"
|
||||
#include "kdu_messaging.h"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,9 @@
|
|||
//</FS:TS>
|
||||
|
||||
// Support classes for reading and writing from memory buffers in KDU
|
||||
#ifndef LL_WINDOWS
|
||||
#define KDU_NO_THREADS
|
||||
#endif
|
||||
|
||||
#define kdu_xxxx "kdu_image.h"
|
||||
#include "include_kdu_xxxx.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue