Files
core/ASCOfficeOdtFile/ASCOfficeOdtFile.cpp

19 lines
494 B
C++

// ASCOdtFile.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 = "{E2A541D8-4CC7-40C6-AA18-A033006D8E5A}",
name = "AVSOfficeOdtFile",
helpstring = "ASCOdtFile 1.0 Type Library",
resource_name = "IDR_ASCODTFILE") ]
class CAVSOdtFileModule
{
public:
// Override CAtlDllModuleT members
};