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-03-23 20:02:38 +0300
committerJan Kotas <jkotas@microsoft.com>2016-03-23 20:02:38 +0300
commit9b2906c1bb89bbdc270200f7d8f32361410ca789 (patch)
tree395d87c09fb37b8df8752a0c889a8908cf0a6617 /src/Native/Runtime/PalRedhawkCommon.h
parent02617d5e3d73a3811354f87f93e5d5997236d13e (diff)
Rename runtime\assert.h to runtime\rhassert.h
Fixing TODOs about collisions with the system assert.h header [tfs-changeset: 1589045]
Diffstat (limited to 'src/Native/Runtime/PalRedhawkCommon.h')
-rw-r--r--src/Native/Runtime/PalRedhawkCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/PalRedhawkCommon.h b/src/Native/Runtime/PalRedhawkCommon.h
index bb15fe44d..6ce08238a 100644
--- a/src/Native/Runtime/PalRedhawkCommon.h
+++ b/src/Native/Runtime/PalRedhawkCommon.h
@@ -14,7 +14,7 @@
#ifndef __PAL_REDHAWK_COMMON_INCLUDED
#define __PAL_REDHAWK_COMMON_INCLUDED
-#include "assert.h"
+#include "rhassert.h"
// 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.