Files
core/ASCOfficeDocxFile2/ASCOfficeDocxFile2.cpp
Sergey.Konovalov 7397f5c760 (1.0.0.37): ASCPresentationEditor
Интерфейс PptxFile перенесен в DocxFile2

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58458 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:16:23 +03:00

13 lines
504 B
C++

// AVSOfficeDocxFile2.cpp : Implementation of DLL Exports.
#include "stdafx.h"
#include "resource.h"
#include "DocxFile2.h"
#include "XlsxFile2.h"
#include "PptxFile.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{A1EEE61A-FAA7-47af-B078-4E955623B9CA}",
name = "ASCOfficeDocxFile2",
helpstring = "ASCOfficeDocxFile2 1.0 Type Library",
resource_name = "IDR_ASCOFFICEDOCXFILE2") ];