mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 04:33:31 +08:00
14 lines
318 B
C++
14 lines
318 B
C++
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
[module(dll,
|
|
uuid = "{69DBBABC-8D59-40b8-9906-DAFD4F3EC346}",
|
|
name = "ASCImageStudio3",
|
|
helpstring = "ASCImageStudio 3",
|
|
resource_name = "IDR_NCTIMAGESTUDIO")];
|
|
|
|
#include "MemoryStorage.h"
|
|
#include "ImageTransforms.h"
|
|
#include "ASCImageFilesCache.h"
|
|
|