mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 04:33:31 +08:00
19 lines
512 B
C++
19 lines
512 B
C++
// AVSXlsFile.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 = "{25B7D44B-94A1-4c94-9718-102CFA8F00D5}",
|
|
name = "AVSOfficeWSHtmlFile",
|
|
helpstring = "AVSOfficeWSHtmlFile 1.0 Type Library",
|
|
resource_name = "IDR_AVSWSHTMLFILE") ]
|
|
class CAVSWSHtmlFileModule
|
|
{
|
|
public:
|
|
// Override CAtlDllModuleT members
|
|
};
|
|
|