Files
core/ASCFontConverter/ASCFontConverter.cpp
Oleg.Korshul 471bad9d03 (1.0.0.7) ASC version
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52372 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 22:25:00 +03:00

17 lines
514 B
C++

// ASCFontConverter.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 = "{0F344B85-C7D3-483A-BA29-3ABFD701ADD0}",
name = "ASCFontConverter",
helpstring = "ASCFontConverter 1.0 Type Library",
resource_name = "IDR_ASCFONTCONVERTER") ]
class CASCFontConverterModule
{
public:
// Override CAtlDllModuleT members
};