mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
В этой конфигурации отключена регистрация ком-компонент и удалено поднятие версии. git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54519 954022d7-b5bf-4e40-9824-e11837661b57
18 lines
249 B
C++
18 lines
249 B
C++
#pragma once
|
|
|
|
#ifndef BUILD_CONFIG_OPENSOURCE_VERSION
|
|
#define BUILD_CONFIG_FULL_VERSION
|
|
#endif
|
|
|
|
#ifdef BUILD_CONFIG_OPENSOURCE_VERSION
|
|
|
|
class CRegistratorClient
|
|
{
|
|
public:
|
|
static BOOL IsRegistered()
|
|
{
|
|
return true;
|
|
}
|
|
};
|
|
|
|
#endif |