mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
21 lines
549 B
C++
21 lines
549 B
C++
// ASCImageConverter.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 = "{730DDDB5-0109-49E1-BF73-2B62D9FF25CE}",
|
|
name = "ASCImageConverter",
|
|
helpstring = "ASCImageConverter 1.0 Type Library",
|
|
resource_name = "IDR_ASCIMAGECONVERTER") ]
|
|
class CAVSImageConverterModule
|
|
{
|
|
public:
|
|
// Override CAtlDllModuleT members
|
|
};
|
|
|
|
#include "ImageInfo.h"
|
|
|
|
|