mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 16:34:24 +08:00
15 lines
299 B
C++
15 lines
299 B
C++
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
[ module(dll, uuid = "{0F7AB98F-4157-4811-9466-605BA7D603F0}",
|
|
name = "AVSOfficeSVGFile",
|
|
helpstring = "AVSOfficeSVGFile 1.0 Type Library",
|
|
resource_name = "IDR_AVSOFFICESVGFILE") ]
|
|
|
|
class CAVSOfficeSVGFileModule
|
|
{
|
|
public:
|
|
|
|
};
|
|
|