Disable crash reporting for unofficial renderdoccmd builds

This follows the lead of crash_handler.h in renderdoc proper.
This commit is contained in:
Daniel Craig
2020-03-20 09:51:43 -04:00
committed by Baldur Karlsson
parent 8d2ad78f05
commit a7af387a36
+1 -1
View File
@@ -62,7 +62,7 @@ static std::wstring conv(const std::string &str)
HINSTANCE hInstance = NULL;
#if defined(RELEASE)
#if defined(RELEASE) && RENDERDOC_OFFICIAL_BUILD
#define CRASH_HANDLER 1
#else
#define CRASH_HANDLER 0