mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 03:42:47 +08:00
19 lines
518 B
C++
19 lines
518 B
C++
// ASCImageJpeg2000.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 = "{46CD51A0-31DA-44A1-B4DD-490F2AA2530E}",
|
|
name = "ASCImageJpeg2000",
|
|
helpstring = "ASCImageJpeg2000 1.0 Type Library",
|
|
resource_name = "IDR_ASCIMAGEJPEG2000") ]
|
|
class CAVSImageJpeg2000Module
|
|
{
|
|
public:
|
|
// Override CAtlDllModuleT members
|
|
};
|
|
|