Files
core/ASCFontConverter/AVSFontConverter.cpp

19 lines
518 B
C++

// AVSFontConverter.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 = "AVSFontConverter",
helpstring = "AVSFontConverter 1.0 Type Library",
resource_name = "IDR_AVSFONTCONVERTER") ]
class CAVSFontConverterModule
{
public:
// Override CAtlDllModuleT members
};