Files
core/ASCImageStudio3/AVSImageRaw3/trunk/libraw/AVSImageRaw3.cpp

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
};