summaryrefslogtreecommitdiff
path: root/src/strongname
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-02-01 11:02:31 -0800
committerJan Kotas <jkotas@microsoft.com>2016-02-01 13:56:06 -0800
commita26d6f38ceee3ca7b901d7f3023c5d7798a7b564 (patch)
treedf7494ccb4a33c3ab1d9a0fd9f0381f1f108fb1e /src/strongname
parent332bbcdc6226f7d8d63e49fa53d30e1a53839f7f (diff)
downloadcoreclr-a26d6f38ceee3ca7b901d7f3023c5d7798a7b564.tar.gz
coreclr-a26d6f38ceee3ca7b901d7f3023c5d7798a7b564.tar.bz2
coreclr-a26d6f38ceee3ca7b901d7f3023c5d7798a7b564.zip
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
Diffstat (limited to 'src/strongname')
-rw-r--r--src/strongname/api/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/strongname/api/common.h b/src/strongname/api/common.h
index 4b5c4979b4..c83685cc0c 100644
--- a/src/strongname/api/common.h
+++ b/src/strongname/api/common.h
@@ -380,12 +380,6 @@ extern DummyGlobalContract ___contract;
#endif // defined(_DEBUG)
-// For down level platform compiles.
-#if !defined(_WIN64) && (_WIN32_WINNT < 0x0500)
-typedef VOID (__stdcall *WAITORTIMERCALLBACK)(PVOID, BOOL);
-#endif
-
-
// All files get to see all of these .inl files to make sure all files
// get the benefit of inlining.