mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-18 02:30:29 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52419 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
73bb3f1506
commit
7df8dab405
12
ASCImageStudio3/ASCImageFile3/AVSImageFile3.cpp
Normal file
12
ASCImageStudio3/ASCImageFile3/AVSImageFile3.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
// AVSImageFile3.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 = "{E3305D24-A207-4431-BC43-2C09A53CB9B6}",
|
||||
name = "AVSImageFile3",
|
||||
helpstring = "AVSImageFile 3",
|
||||
resource_name = "IDR_AVSIMAGEFILE3") ];
|
||||
|
||||
#include "ImageFile3.h"
|
||||
Reference in New Issue
Block a user