mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
15 lines
455 B
C++
15 lines
455 B
C++
// AVSOfficeXPSFile.cpp : Implementation of DLL Exports.
|
|
|
|
|
|
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
#include "OfficeXPSFile.h"
|
|
|
|
|
|
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
|
|
[ module(dll, uuid = "{15F1A39D-3759-4b5f-9AB0-521B2D556786}",
|
|
name = "AVSOfficeXPSFile",
|
|
helpstring = "AVSOfficeXPSFile 1.0 Type Library",
|
|
resource_name = "IDR_AVSXPSFILE") ];
|