Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-06-09 19:41:49 +0300
committerGitHub <noreply@github.com>2016-06-09 19:41:49 +0300
commit53276850bc2e7e531908434b2d062fcff3e1d58d (patch)
tree573c492ae7471157f83720aba6c64310d4543e0b /src/Native/Runtime/windows
parent181941f6156dcfa773f5ac2f3525b8df54f6f3cd (diff)
parentbcd2d0a2a3b7f2c48b134975a9698dec039643b2 (diff)
Merge pull request #1390 from janvorli/fix-stresslog
Fix stresslog
Diffstat (limited to 'src/Native/Runtime/windows')
-rw-r--r--src/Native/Runtime/windows/PalRedhawkMinWin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Runtime/windows/PalRedhawkMinWin.cpp b/src/Native/Runtime/windows/PalRedhawkMinWin.cpp
index a27e423b8..0d13d57d1 100644
--- a/src/Native/Runtime/windows/PalRedhawkMinWin.cpp
+++ b/src/Native/Runtime/windows/PalRedhawkMinWin.cpp
@@ -27,6 +27,7 @@ uint32_t PalEventWrite(REGHANDLE arg1, const EVENT_DESCRIPTOR * arg2, uint32_t a
return EventWrite(arg1, arg2, arg3, arg4);
}
+#define NO_STRESS_LOG
#include "gcenv.h"