Fix memcpy undef (dotnet/coreclr#7675)
authorJan Vorlicek <janvorli@microsoft.com>
Tue, 18 Oct 2016 01:53:27 +0000 (03:53 +0200)
committerJan Kotas <jkotas@microsoft.com>
Tue, 18 Oct 2016 01:53:27 +0000 (18:53 -0700)
commitc214dc06d5c00b44beced751bf46e7e01a3292ff
tree9b1670c49d0c25264363c038d9d80622047bf777
parentd503a691b621e12f63455434e8ace48e7e3f0a4f
Fix memcpy undef (dotnet/coreclr#7675)

This change fixes a memcpy #undef in the palinternal.h. It was undefed only for
non-debug builds, but it needs to be undefed for debug build as well. The non-debug
undef covers the case where memcpy is defined as DUMMY_memcpy, but doesn't cover
the debug case where memcpy is defined as PAL_memcpy.

Commit migrated from https://github.com/dotnet/coreclr/commit/b24e111d001aea593e87b4b55c77b8a050691202
src/coreclr/src/pal/src/include/pal/palinternal.h