mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
15 lines
491 B
C++
15 lines
491 B
C++
// ASCImagePaint3.cpp : Implementation of DLL Exports.
|
|
|
|
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
|
|
[module(dll,
|
|
uuid = "{084DA982-7EA0-4af3-A44D-97259DFBEC6F}",
|
|
name = "ASCImagePaint3",
|
|
helpstring = "ASCImagePaint 3",
|
|
resource_name = "IDR_ASCIMAGEPAINT3")];
|
|
|
|
#include "ImagePaint3.h"
|
|
#include "ImageTextStatic3.h"
|
|
#include "ImageTextDynamic3.h" |