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:05:32 +0300
committerJan Kotas <jkotas@microsoft.com>2016-03-23 20:05:32 +0300
commit06ca96fb508b8b617bb4fae9aa74c459d8d46de0 (patch)
tree154fd2b11c98a3867ef44a7a2d3309971fb9cfbd /src/Native/Runtime/windows
parent9b2906c1bb89bbdc270200f7d8f32361410ca789 (diff)
Missed files in last checkin
[tfs-changeset: 1589046]
Diffstat (limited to 'src/Native/Runtime/windows')
-rw-r--r--src/Native/Runtime/windows/PalRedhawkMinWin.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Native/Runtime/windows/PalRedhawkMinWin.cpp b/src/Native/Runtime/windows/PalRedhawkMinWin.cpp
index 1ead83c13..792feacc4 100644
--- a/src/Native/Runtime/windows/PalRedhawkMinWin.cpp
+++ b/src/Native/Runtime/windows/PalRedhawkMinWin.cpp
@@ -30,10 +30,6 @@ uint32_t PalEventWrite(REGHANDLE arg1, const EVENT_DESCRIPTOR * arg2, uint32_t a
#include "gcenv.h"
-#ifdef CORERT // @TODO: Collisions between assert.h headers
-#define assert(expr) ASSERT(expr)
-#endif
-
#define REDHAWK_PALEXPORT extern "C"
#define REDHAWK_PALAPI __stdcall