summaryrefslogtreecommitdiff
path: root/src/inc/winwrap.h
diff options
context:
space:
mode:
authorRahul Kumar <rahku@microsoft.com>2017-03-29 15:31:29 -0700
committerRahul Kumar <rahku@microsoft.com>2017-03-31 14:32:33 -0700
commit201c70cc49ff2027fb8ed0ba5e25f56534b04a96 (patch)
tree1e223c126c1a5c4819b6aa37492003aabd581d8d /src/inc/winwrap.h
parent07fa3a32336d2da5d2bf652ad01d33f18b2debaf (diff)
downloadcoreclr-201c70cc49ff2027fb8ed0ba5e25f56534b04a96.tar.gz
coreclr-201c70cc49ff2027fb8ed0ba5e25f56534b04a96.tar.bz2
coreclr-201c70cc49ff2027fb8ed0ba5e25f56534b04a96.zip
1. Remove disable of C4996
2. delete some dead code 3. Remove implementation of GetOSVersion and hardcode OS version to be 0.0.0 4. Add implementation of IsWindows8OrAbove & IsWinrtSupported (donno why this was deleted earlier) 5. remove GetVersionEx from PAL
Diffstat (limited to 'src/inc/winwrap.h')
-rw-r--r--src/inc/winwrap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/inc/winwrap.h b/src/inc/winwrap.h
index be098156a2..820d64bdff 100644
--- a/src/inc/winwrap.h
+++ b/src/inc/winwrap.h
@@ -484,7 +484,6 @@
#define WszLogonUser LogonUserW
#define WszCreateProcessAsUser CreateProcessAsUserW
#define WszGetCurrentHwProfile GetCurrentHwProfileW
-#define WszGetVersionEx GetVersionExW
#define WszCreateJobObject CreateJobObjectW
#define WszOpenJobObject OpenJobObjectW
@@ -925,8 +924,6 @@ __forceinline LONGLONG __InterlockedExchangeAdd64(LONGLONG volatile * Addend, LO
#define CLR_VER_SUITENAME 0x0000040
#define CLR_VER_PRODUCT_TYPE 0x0000080
-BOOL GetOSVersion(LPOSVERSIONINFOW osVer);
-
// Output printf-style formatted text to the debugger if it's present or stdout otherwise.
inline void DbgWPrintf(const LPCWSTR wszFormat, ...)
{