Fix memcpy undef (#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)
commitb24e111d001aea593e87b4b55c77b8a050691202
tree1bdc9d36174bdcd8336be74aaa711b2de64e0f87
parent15711b096d9990881bb6464532811f2d58630c8d
Fix memcpy undef (#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.
src/pal/src/include/pal/palinternal.h