Files
core/ASCImageStudio3/ASCImagePaint3/ASCImagePaint3.cpp
Elen.Subbotina 70e623d70b восстановление
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62634 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-21 00:05:02 +03:00

15 lines
491 B
C++

// ASCImagePaint3.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 = "{084DA982-7EA0-4af3-A44D-97259DFBEC6F}",
name = "ASCImagePaint3",
helpstring = "ASCImagePaint 3",
resource_name = "IDR_ASCIMAGEPAINT3")];
#include "ImagePaint3.h"
#include "ImageTextStatic3.h"
#include "ImageTextDynamic3.h"