This commit is contained in:
Christoph Wendt 2016-02-03 14:11:52 -08:00
Родитель f8c399a589
Коммит 9682cd4914
2 изменённых файлов: 0 добавлений и 64 удалений

Просмотреть файл

@ -1,32 +0,0 @@
/*
* This file is only used by the binary framework target when building
* and creating the crash reporting only framework
*
* Attention: Do not include this into your projects yourself!
*/
#ifndef MSAI_FeatureConfig_h
#define MSAI_FeatureConfig_h
/**
* If true, include support for handling crash reports
*
* _Default_: Disabled
*/
#ifndef MSAI_FEATURE_CRASH_REPORTER
# define MSAI_FEATURE_CRASH_REPORTER 1
#endif /* MSAI_FEATURE_CRASH_REPORTER */
/**
* If true, include support for gathering telemetry
*
* _Default_: Enabled
*/
#ifndef MSAI_FEATURE_TELEMETRY
# define MSAI_FEATURE_TELEMETRY 0
#endif /* MSAI_FEATURE_TELEMETRY */
#endif /* MSAI_FeatureConfig_h */

Просмотреть файл

@ -1,32 +0,0 @@
/*
* This file is only used by the binary framework target when building
* and creating the crash reporting only framework
*
* Attention: Do not include this into your projects yourself!
*/
#ifndef MSAI_FeatureConfig_h
#define MSAI_FeatureConfig_h
/**
* If true, include support for handling crash reports
*
* _Default_: Disabled
*/
#ifndef MSAI_FEATURE_CRASH_REPORTER
# define MSAI_FEATURE_CRASH_REPORTER 0
#endif /* MSAI_FEATURE_CRASH_REPORTER */
/**
* If true, include support for gathering telemetry
*
* _Default_: Enabled
*/
#ifndef MSAI_FEATURE_TELEMETRY
# define MSAI_FEATURE_TELEMETRY 1
#endif /* MSAI_FEATURE_TELEMETRY */
#endif /* MSAI_FeatureConfig_h */