|
|
@ -5,8 +5,10 @@
|
|
|
|
#include "string_util.h"
|
|
|
|
#include "string_util.h"
|
|
|
|
#include <algorithm>
|
|
|
|
#include <algorithm>
|
|
|
|
#include <cstring>
|
|
|
|
#include <cstring>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef __APPLE__
|
|
|
|
#include <malloc.h>
|
|
|
|
#include <malloc.h>
|
|
|
|
Log_SetChannel(FileSystem);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(WIN32)
|
|
|
|
#if defined(WIN32)
|
|
|
|
#include <shlobj.h>
|
|
|
|
#include <shlobj.h>
|
|
|
@ -18,6 +20,8 @@ Log_SetChannel(FileSystem);
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Log_SetChannel(FileSystem);
|
|
|
|
|
|
|
|
|
|
|
|
namespace FileSystem {
|
|
|
|
namespace FileSystem {
|
|
|
|
|
|
|
|
|
|
|
|
ChangeNotifier::ChangeNotifier(const String& directoryPath, bool recursiveWatch)
|
|
|
|
ChangeNotifier::ChangeNotifier(const String& directoryPath, bool recursiveWatch)
|
|
|
@ -1441,4 +1445,4 @@ bool SetWorkingDirectory(const char* path)
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
} // namespace FileSystem
|
|
|
|
} // namespace FileSystem
|
|
|
|