Files
UnrealEngineUWP/Engine/Source/Developer/SlateFileDialogs/Private/SlateFileDialogsPrivatePCH.h
Dmitry Rekman 3160c4afc5 SlateFileDialogs: use new DirectoryWatcher options to fix perf.
#codereview Matthew.Lewis

[CL 2601660 by Dmitry Rekman in Main branch]
2015-06-25 20:18:16 -04:00

10 lines
200 B
C

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#define HIDE_HIDDEN_FILES 1
#define MAX_FILTER_LENGTH 8192
#define MAX_PATH_LENGTH 8192
#define ENABLE_DIRECTORY_WATCHER 1