Files
UnrealEngineUWP/Engine/Source/Programs/CrashReportClient/Private/CrashReportClientDefines.h
Stefan Boberg 1f813eb516 Copying //UE4/Dev-Core to Main (//UE4/Main)
#rb many

[CL 9405827 by Stefan Boberg in Main branch]
2019-10-03 16:26:48 -04:00

12 lines
227 B
C

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#pragma once
#ifndef CRASH_REPORT_WITH_RECOVERY
#define CRASH_REPORT_WITH_RECOVERY 0
#endif
#ifndef CRASH_REPORT_WITH_MTBF
#define CRASH_REPORT_WITH_MTBF 0
#endif