Fix Interop TCs to use long long instead of long (#5054)
authorDongyun Jin <dongyun.jin@samsung.com>
Wed, 18 May 2016 15:44:36 +0000 (00:44 +0900)
committerJan Kotas <jkotas@microsoft.com>
Wed, 18 May 2016 15:44:36 +0000 (08:44 -0700)
commitb7704374e683a8d3644a0640010936a22296967a
tree3fb0b205cccd1cc1299a58e32a939862ab601054
parent4716d27c9550f4ce24f32e6248b4b350fe1e08ac
Fix Interop TCs to use long long instead of long (#5054)

Some TCs were using long for 64bit variable.
While it is correct on x86, long is 32bit on ARM.
Fix TCs to use long long instead so that they can pass on ARM as well.

Fix #5053

Signed-off-by: Dongyun Jin <dongyun.jin@samsung.com>
tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsParamDLL.h
tests/src/Interop/common/types.h [changed mode: 0644->0755]