mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
13 lines
460 B
C++
13 lines
460 B
C++
// AVSOfficeOdpFile.cpp : Implementation of DLL Exports.
|
|
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
#include "OfficeODPFile.h"
|
|
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
|
|
[ module(dll, uuid = "{FA56A4F4-FCEA-47f8-BE80-B37C7FA95BBF}",
|
|
name = "AVSOfficeOdpFile",
|
|
helpstring = "AVSOfficeOdpFile 1.0 Type Library",
|
|
resource_name = "IDR_AVSOFFICEODPFILE") ];
|
|
|
|
|