Files
core/ASCOfficeFB2File/AVSOfficeFB2File/AVSOfficeFB2File.cpp

19 lines
500 B
C++

// AVSFB2File.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 = "{D6CDE637-80ED-44f6-A03C-2A60CD5DAF09}",
name = "AVSOfficeFB2File",
helpstring = "AVSOfficeFB2File 1.0 Type Library",
resource_name = "IDR_AVSFB2FILE") ]
class CAVSFB2FileModule
{
public:
// Override CAtlDllModuleT members
};