Files
core/ASCOfficeDjVuFile/ASCOfficeDjVuFile.cpp

20 lines
531 B
C++

// ASCDjVuFile.cpp : Implementation of DLL Exports.
#include "stdafx.h"
#include "resource.h"
#include "OfficeDjvuFile.h"
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
[ module(dll, uuid = "{4481D89B-F057-495e-A9C7-54D72A248720}",
name = "ASCOfficeDjVuFile",
helpstring = "ASCOfficeDjVuFile 1.0 Type Library",
resource_name = "IDR_ASCDJVUFILE") ]
class CAVSDjVuFileModule
{
public:
// Override CAtlDllModuleT members
};