mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 00:03:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52325 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
426c405539
commit
b56cea22af
18
ASCOfficeXlsFile/ASCXlsFile/ASCXlsFile.cpp
Normal file
18
ASCOfficeXlsFile/ASCXlsFile/ASCXlsFile.cpp
Normal file
@ -0,0 +1,18 @@
|
||||
// ASCXlsFile.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 = "{D9F21C35-D46C-42F3-996D-D4912435F7E7}",
|
||||
name = "ASCOfficeXlsFile",
|
||||
helpstring = "ASCOfficeXlsFile 1.0 Type Library",
|
||||
resource_name = "IDR_ASCXLSFILE") ]
|
||||
class CAVSXlsFileModule
|
||||
{
|
||||
public:
|
||||
// Override CAtlDllModuleT members
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user