Files
core/ASCOfficeEpubFile/AVSOfficeEpubFile.cpp

19 lines
523 B
C++

// AVSOfficeEpubFile.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 = "{18A70273-06FE-4b56-ADB6-B72992B202FD}",
name = "AVSOfficeEpubFile",
helpstring = "AVSOfficeEpubFile 1.0 Type Library",
resource_name = "IDR_AVSOFFICEEPUBFILE") ]
class CAVSOfficeEpubFileModule
{
public:
// Override CAtlDllModuleT members
};