mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Disable crash reporting for unofficial renderdoccmd builds
This follows the lead of crash_handler.h in renderdoc proper.
This commit is contained in:
committed by
Baldur Karlsson
parent
8d2ad78f05
commit
a7af387a36
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user