Fix build breaks in Linux ARM build
authorJan Kotas <jkotas@microsoft.com>
Mon, 1 Feb 2016 19:02:31 +0000 (11:02 -0800)
committerJan Kotas <jkotas@microsoft.com>
Mon, 1 Feb 2016 21:56:06 +0000 (13:56 -0800)
commita26d6f38ceee3ca7b901d7f3023c5d7798a7b564
treedf7494ccb4a33c3ab1d9a0fd9f0381f1f108fb1e
parent332bbcdc6226f7d8d63e49fa53d30e1a53839f7f
Fix build breaks in Linux ARM build

- Delete redundant WAITORTIMERCALLBACK declarations. These redundant declarations were needed for very old versions of Windows SDK that are no longer supported.
- Remove unnecessary __cdecl modifiers
- Add default case to switch statement
src/inc/corhost.h
src/jit/lower.cpp
src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp
src/strongname/api/common.h
tests/src/JIT/jit64/mcc/interop/native_i1c.cpp
tests/src/JIT/jit64/mcc/interop/native_i3c.cpp
tests/src/JIT/jit64/mcc/interop/native_i5c.cpp
tests/src/JIT/jit64/mcc/interop/native_i6c.cpp
tests/src/JIT/jit64/mcc/interop/native_i7c.cpp
tests/src/JIT/jit64/mcc/interop/native_i8c.cpp