IOT-1398 Remove CheckFunc() on Win32 API
authorDavid Antler <david.a.antler@intel.com>
Wed, 5 Oct 2016 22:56:42 +0000 (15:56 -0700)
committerDave Thaler <dthaler@microsoft.com>
Fri, 7 Oct 2016 22:51:44 +0000 (22:51 +0000)
commit823d478bbf5109a4a73c304794179410f984714e
tree3c7fb58e0493eaca149b425d42d9eb21eea4a898
parent135f5c7cdc533831bd4f447a8d7b9b0f52a6c59f
IOT-1398 Remove CheckFunc() on Win32 API

CheckFunc() is dangerous on Win32 APIs because SCons is not capable
of compensating for __stdcall name mangling on x86 systems using the
Visual Studio compiler.

Change-Id: Iaec49e4d246c02ecfebc5bf70ee0c0620cdde51d
Signed-off-by: David Antler <david.a.antler@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12839
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Mike Fenelon <mike.fenelon@microsoft.com>
Reviewed-by: Dave Thaler <dthaler@microsoft.com>
resource/c_common/SConscript
resource/c_common/oic_time/src/oic_time.c