mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 06:37:25 +08:00
19 lines
500 B
C++
19 lines
500 B
C++
// AVSFB2File.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 = "{D6CDE637-80ED-44f6-A03C-2A60CD5DAF09}",
|
|
name = "AVSOfficeFB2File",
|
|
helpstring = "AVSOfficeFB2File 1.0 Type Library",
|
|
resource_name = "IDR_AVSFB2FILE") ]
|
|
class CAVSFB2FileModule
|
|
{
|
|
public:
|
|
// Override CAtlDllModuleT members
|
|
};
|
|
|