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>2016-01-26 01:52:27 +0300
committerJan Kotas <jkotas@microsoft.com>2016-01-26 03:38:38 +0300
commit0dcc350dae128b6fcca6b1ed74b580ed3240460a (patch)
tree878114251a725dad10c3d3d04880be8984029f6f /src/Native/Runtime/PalRedhawkCommon.h
parent7bd8dc04929418a8532626740573ae6e6c502fd5 (diff)
Update GC from CoreCLR
https://github.com/dotnet/coreclr/tree/master/src/gc d5da42efff0ae641444930f584bec99f0dc4f0b8
Diffstat (limited to 'src/Native/Runtime/PalRedhawkCommon.h')
-rw-r--r--src/Native/Runtime/PalRedhawkCommon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Native/Runtime/PalRedhawkCommon.h b/src/Native/Runtime/PalRedhawkCommon.h
index 76443f9c2..e0f278855 100644
--- a/src/Native/Runtime/PalRedhawkCommon.h
+++ b/src/Native/Runtime/PalRedhawkCommon.h
@@ -17,7 +17,6 @@
#include "assert.h"
-#ifndef GCENV_INCLUDED
// We define the notion of capabilities: optional functionality that the PAL may expose. Use
// PalHasCapability() with the constants below to determine what is supported at runtime.
enum PalCapability
@@ -26,7 +25,6 @@ enum PalCapability
LowMemoryNotificationCapability = 0x00000002, // CreateMemoryResourceNotification() and friends
GetCurrentProcessorNumberCapability = 0x00000004, // GetCurrentProcessorNumber()
};
-#endif // !GCENV_INCLUDED
#define DECLSPEC_ALIGN(x) __declspec(align(x))