mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
11 lines
457 B
C++
11 lines
457 B
C++
// AVSOfficeDocxFile2.cpp : Implementation of DLL Exports.
|
|
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
#include "DocxFile2.h"
|
|
|
|
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
|
|
[ module(dll, uuid = "{A1EEE61A-FAA7-47af-B078-4E955623B9CA}",
|
|
name = "AVSOfficeDocxFile2",
|
|
helpstring = "AVSOfficeDocxFile2 1.0 Type Library",
|
|
resource_name = "IDR_AVSOFFICEDOCXFILE2") ]; |