mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
15 lines
492 B
C++
15 lines
492 B
C++
// AVSPresentationEditor.cpp : Implementation of DLL Exports.
|
|
|
|
|
|
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
#include "AVSPresentationEditor.h"
|
|
|
|
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
|
|
[ module(dll, uuid = "{B34974D7-C020-45b2-8A19-AFC20526B083}",
|
|
name = "AVSPresentationEditor",
|
|
helpstring = "AVSPresentationEditor 1.0 Type Library",
|
|
resource_name = "IDR_AVSPRESENTATIONEDITOR") ];
|
|
|