mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62634 954022d7-b5bf-4e40-9824-e11837661b57
19 lines
503 B
C++
19 lines
503 B
C++
// ASCImageJBig2.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 = "{33853C40-C953-4206-901D-D03FC035CBD4}",
|
|
name = "ASCImageJBig2",
|
|
helpstring = "ASCImageJBig2 1.0 Type Library",
|
|
resource_name = "IDR_ASCIMAGEJBIG2") ]
|
|
class CAVSImageJBig2Module
|
|
{
|
|
public:
|
|
// Override CAtlDllModuleT members
|
|
};
|
|
|