mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug 65650
This commit is contained in:
@ -43,9 +43,14 @@
|
||||
|
||||
#define CXIMAGE_SUPPORT_MNG 1
|
||||
#define CXIMAGE_SUPPORT_SKA 1
|
||||
#define CXIMAGE_SUPPORT_RAW 1
|
||||
#define CXIMAGE_SUPPORT_PSD 1
|
||||
|
||||
#ifndef BUILDING_WASM_MODULE
|
||||
#define CXIMAGE_SUPPORT_RAW 1
|
||||
#else
|
||||
#define CXIMAGE_SUPPORT_RAW 0
|
||||
#endif
|
||||
|
||||
#ifdef CXIMAGE_DISABLE_SUPPORT_MNG
|
||||
#undef CXIMAGE_SUPPORT_MNG
|
||||
#define CXIMAGE_SUPPORT_MNG 0
|
||||
|
||||
Reference in New Issue
Block a user