This commit is contained in:
Oleg Korshul
2018-04-11 14:14:02 +03:00
parent 69a69d9fc2
commit 56475b7e8a
2 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,7 @@
#endif
#include "Directory.h"
#include <string.h>
namespace NSDirectory
{

View File

@ -39,6 +39,10 @@
#import <Foundation/Foundation.h>
#endif
#if !defined(_WIN32) && !defined (_WIN64)
#include <unistd.h>
#endif
#define WRITEBUFFERSIZE 8192
#define READBUFFERSIZE 8192