Multi-threaded KDU works fine on Windows - re-enable it

master
Ansariel 2020-10-09 08:33:13 +02:00
parent 393750cb72
commit ae9f77182b
2 changed files with 4 additions and 0 deletions

View File

@ -32,7 +32,9 @@
//
// KDU core header files
//
#ifndef LL_WINDOWS
#define KDU_NO_THREADS
#endif
#include "kdu_elementary.h"
#include "kdu_messaging.h"

View File

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