mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 07:41:12 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52360 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
d15a750e39
commit
7a5a18fb05
12
ASCImageStudio3/AVSImageFile3/AVSImageFile3.cpp
Normal file
12
ASCImageStudio3/AVSImageFile3/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