mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
[x2t] Rename MEMORY_LIMIT -> X2T_MEMORY_LIMIT; "0" is no memory limit
This commit is contained in:
committed by
Sergey Konovalov
parent
6148c337d9
commit
faeac14054
@ -3,7 +3,7 @@
|
||||
#include <chrono>
|
||||
#include <vector>
|
||||
|
||||
#include "../../../../DesktopEditor/common/proclimits.h"
|
||||
#include "../../../../Common/3dParty/misc/proclimits.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "../../../../DesktopEditor/common/proclimits.h"
|
||||
#include "../../../../Common/3dParty/misc/proclimits.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user