mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
12 lines
327 B
C++
12 lines
327 B
C++
// AVSImageTransform.cpp : Implementation of DLL Exports.
|
|
|
|
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
[module(dll,
|
|
uuid = "{0A02E71D-317E-46a9-87BC-A3EA77E1905E}",
|
|
name = "AVSImageTransform3",
|
|
helpstring = "AVSImageTransform 3",
|
|
resource_name = "IDR_NCTIMAGETRANSFORM")];
|
|
|
|
#include "ImageTransformMask.h" |