summaryrefslogtreecommitdiff
path: root/src/pal
diff options
context:
space:
mode:
authorEugene Zemtsov <Eugene.Zemtsov@microsoft.com>2015-04-28 18:21:33 -0700
committerEugene Zemtsov <Eugene.Zemtsov@microsoft.com>2015-04-28 18:48:45 -0700
commitf4f5df8e66f36959ea9af838c58aa820f654b05a (patch)
treee9614d5f2f1e80d3b436eca87e75ca5d3f5af6c3 /src/pal
parent66c9e347d985c3d92d818322a928ffb165c973df (diff)
downloadcoreclr-f4f5df8e66f36959ea9af838c58aa820f654b05a.tar.gz
coreclr-f4f5df8e66f36959ea9af838c58aa820f654b05a.tar.bz2
coreclr-f4f5df8e66f36959ea9af838c58aa820f654b05a.zip
Remove unused code and address codereview comments
Diffstat (limited to 'src/pal')
-rw-r--r--src/pal/prebuilt/inc/mscoree.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/pal/prebuilt/inc/mscoree.h b/src/pal/prebuilt/inc/mscoree.h
index 4ddeb5a7c9..a725eda75e 100644
--- a/src/pal/prebuilt/inc/mscoree.h
+++ b/src/pal/prebuilt/inc/mscoree.h
@@ -4,7 +4,6 @@
//
-
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
@@ -236,7 +235,7 @@ struct IActivationFactory;
#define CLR_MINOR_VERSION ( 0 )
-#define CLR_BUILD_VERSION ( 22719 )
+#define CLR_BUILD_VERSION ( 22828 )
#define CLR_ASSEMBLY_MAJOR_VERSION ( 4 )
@@ -279,14 +278,6 @@ DEPRECATED_CLR_STDAPI CallFunctionShim(LPCWSTR szDllName, LPCSTR szFunctionName,
DEPRECATED_CLR_STDAPI GetRealProcAddress(LPCSTR pwszProcName, VOID** ppv);
DECLARE_DEPRECATED void STDMETHODCALLTYPE CorExitProcess(int exitCode);
DEPRECATED_CLR_STDAPI LoadStringRC(UINT iResouceID, _Out_writes_z_(iMax) LPWSTR szBuffer, int iMax, int bQuiet);
-typedef HRESULT (__stdcall *FLockClrVersionCallback) ();
-DEPRECATED_CLR_STDAPI LockClrVersion(FLockClrVersionCallback hostCallback,FLockClrVersionCallback *pBeginHostSetup,FLockClrVersionCallback *pEndHostSetup);
-/*
-On Unix this depricated function produces declaration conflict with another function with the same name from DbgShim.
-We don't expect depricated functions to be used on non-Windows anyway.
-DEPRECATED_CLR_STDAPI CreateDebuggingInterfaceFromVersion(int iDebuggerVersion, LPCWSTR szDebuggeeVersion, IUnknown ** ppCordb);
-*/
-DEPRECATED_CLR_STDAPI GetVersionFromProcess(HANDLE hProcess, _Out_writes_to_(cchBuffer, *pdwLength) LPWSTR pVersion, DWORD cchBuffer, _Out_ DWORD* dwLength);
typedef HRESULT (STDAPICALLTYPE *FnGetCLRRuntimeHost)(REFIID riid, IUnknown **pUnk);
typedef /* [public] */
enum __MIDL___MIDL_itf_mscoree_0000_0000_0001