mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
11 lines
284 B
C++
11 lines
284 B
C++
// ASCImageCompose.cpp : Implementation of DLL Exports.
|
|
|
|
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
[module(dll,
|
|
uuid = "{0D13213C-CECF-42f2-89F5-E1F9C8188E16}",
|
|
name = "ASCImageCompose3",
|
|
helpstring="ASCImageCompose 3",
|
|
resource_name = "IDR_NCTIMAGECOMPOSE")];
|