mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 12:33:21 +08:00
21 lines
519 B
C++
21 lines
519 B
C++
/*! \file AVSImageRaw3.cpp
|
|
* \brief 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 = "{91579190-A388-4309-BEB0-B5FCE786E5B0}",
|
|
name = "AVSImageRaw3",
|
|
helpstring = "AVSImageRaw3 1.0 Type Library",
|
|
resource_name = "IDR_AVSIMAGERAW3") ]
|
|
class CAVSImageRaw3Module
|
|
{
|
|
public:
|
|
// Override CAtlDllModuleT members
|
|
};
|
|
|