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 Kotas <jkotas@microsoft.com>2017-07-06 09:01:19 +0300
committerGitHub <noreply@github.com>2017-07-06 09:01:19 +0300
commit585616412eda6d7dbc7d312cad9279dfc9f47a8b (patch)
treeab023fd0a5b57a21be4e47006098ffbda7bafeda /src/Native/Runtime/PalRedhawk.h
parent739e44dd20728e4e2a66e3627b9f1729d724e78a (diff)
Fix stresslog (#4062)
- Fix initialization of stress log, cleaned up the overall initialization sequence - Remove spurious NO_STRESSLOG definion that disabled some of the stresslogging
Diffstat (limited to 'src/Native/Runtime/PalRedhawk.h')
-rw-r--r--src/Native/Runtime/PalRedhawk.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Native/Runtime/PalRedhawk.h b/src/Native/Runtime/PalRedhawk.h
index 6b09beb71..cfff79489 100644
--- a/src/Native/Runtime/PalRedhawk.h
+++ b/src/Native/Runtime/PalRedhawk.h
@@ -102,21 +102,6 @@ struct SYSTEM_INFO
// defined in gcrhenv.cpp
bool __SwitchToThread(uint32_t dwSleepMSec, uint32_t dwSwitchCount);
-struct OSVERSIONINFOEXW
-{
- UInt32 dwOSVersionInfoSize;
- UInt32 dwMajorVersion;
- UInt32 dwMinorVersion;
- UInt32 dwBuildNumber;
- UInt32 dwPlatformId;
- WCHAR szCSDVersion[128];
- UInt16 wServicePackMajor;
- UInt16 wServicePackMinor;
- UInt16 wSuiteMask;
- UInt8 wProductType;
- UInt8 wReserved;
-};
-
struct FILETIME
{
UInt32 dwLowDateTime;