Fix bug difference of time_t size between 32bit and 64bit
authorinkyun.kil <inkyun.kil@samsung.com>
Wed, 5 Apr 2017 05:27:23 +0000 (14:27 +0900)
committerinkyun.kil <inkyun.kil@samsung.com>
Wed, 5 Apr 2017 05:27:23 +0000 (14:27 +0900)
commit65f9d4b6352975d7551d25620ba11ec6c1ddc4f0
treeca3be081fbfbeb37eb0c41477ffedfffe4772e39
parentce246e6b1b5a10975372e27f07fb5207ebf1e8da
Fix bug difference of time_t size between 32bit and 64bit

- Refer to :
  The IntPtr type is designed to be an integer whose size is
  platform-specific. That is, an instance of this type is expected to be
  32-bits on 32-bit hardware and operating systems, and 64-bits on 64-bit
  hardware and operating systems.

Change-Id: Iec76f352e76d3af11c077eafe81894cc969e8382
Signed-off-by: inkyun.kil <inkyun.kil@samsung.com>
src/Tizen.Applications.Common/Interop/Interop.ApplicationManager.cs
src/Tizen.Applications.Common/Tizen.Applications/RecentApplicationInfo.cs