mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62634 954022d7-b5bf-4e40-9824-e11837661b57
12 lines
470 B
C++
12 lines
470 B
C++
// AVSImageView.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 = "{20A99195-A346-42cf-9684-4212462A13A0}", name = "AVSImageView5", helpstring = "AVSImageView5", resource_name = "IDR_AVSIMAGEVIEW5") ];
|
|
|
|
#include "ImageView.h"
|
|
#include "TrackController.h"
|
|
#include "TextController.h"
|