mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
6
This commit is contained in:
@ -39,6 +39,10 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#if !defined(_WIN32) && !defined (_WIN64)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define WRITEBUFFERSIZE 8192
|
||||
#define READBUFFERSIZE 8192
|
||||
|
||||
|
||||
Reference in New Issue
Block a user