summaryrefslogtreecommitdiff
path: root/src/pal/prebuilt
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-03-21 09:06:54 -0700
committerJan Kotas <jkotas@microsoft.com>2016-03-24 07:28:13 -0700
commite416f57c553a9b9e11a3a22b2ac9b68cef1cd4ce (patch)
treea82e688a3d296fbd64a4e6ac929f4ae549f393f6 /src/pal/prebuilt
parent41dad10286dd73ffce954d80ff2acbb82785bf48 (diff)
downloadcoreclr-e416f57c553a9b9e11a3a22b2ac9b68cef1cd4ce.tar.gz
coreclr-e416f57c553a9b9e11a3a22b2ac9b68cef1cd4ce.tar.bz2
coreclr-e416f57c553a9b9e11a3a22b2ac9b68cef1cd4ce.zip
Delete legacy netcf compat support (final part)
Diffstat (limited to 'src/pal/prebuilt')
-rw-r--r--src/pal/prebuilt/idl/xcordebug_i.c3
-rw-r--r--src/pal/prebuilt/inc/xcordebug.h93
2 files changed, 0 insertions, 96 deletions
diff --git a/src/pal/prebuilt/idl/xcordebug_i.c b/src/pal/prebuilt/idl/xcordebug_i.c
index 4730fcc774..a3d9395530 100644
--- a/src/pal/prebuilt/idl/xcordebug_i.c
+++ b/src/pal/prebuilt/idl/xcordebug_i.c
@@ -63,9 +63,6 @@ typedef IID CLSID;
MIDL_DEFINE_GUID(IID, IID_ICorDebugProcess4,0xE930C679,0x78AF,0x4953,0x8A,0xB7,0xB0,0xAA,0xBF,0x0F,0x9F,0x80);
-
-MIDL_DEFINE_GUID(IID, IID_ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly,0x34B27FB0,0xA318,0x450D,0xA0,0xDD,0x11,0xB7,0x0B,0x21,0xF4,0x1D);
-
#undef MIDL_DEFINE_GUID
#ifdef __cplusplus
diff --git a/src/pal/prebuilt/inc/xcordebug.h b/src/pal/prebuilt/inc/xcordebug.h
index f76f42b436..0cf4d8e067 100644
--- a/src/pal/prebuilt/inc/xcordebug.h
+++ b/src/pal/prebuilt/inc/xcordebug.h
@@ -46,13 +46,6 @@ typedef interface ICorDebugProcess4 ICorDebugProcess4;
#endif /* __ICorDebugProcess4_FWD_DEFINED__ */
-#ifndef __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_FWD_DEFINED__
-#define __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_FWD_DEFINED__
-typedef interface ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly;
-
-#endif /* __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_FWD_DEFINED__ */
-
-
/* header files for imported files */
#include "cordebug.h"
@@ -163,92 +156,6 @@ EXTERN_C const IID IID_ICorDebugProcess4;
#endif /* __ICorDebugProcess4_INTERFACE_DEFINED__ */
-#ifndef __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_INTERFACE_DEFINED__
-#define __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_INTERFACE_DEFINED__
-
-/* interface ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly */
-/* [unique][uuid][local][object] */
-
-
-EXTERN_C const IID IID_ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly;
-
-#if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("34B27FB0-A318-450D-A0DD-11B70B21F41D")
- ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly : public IUnknown
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE InvokePauseCallback( void) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE InvokeResumeCallback( void) = 0;
-
- };
-
-
-#else /* C style interface */
-
- typedef struct ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnlyVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly * This,
- /* [in] */ REFIID riid,
- /* [annotation][iid_is][out] */
- _COM_Outptr_ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly * This);
-
- HRESULT ( STDMETHODCALLTYPE *InvokePauseCallback )(
- ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly * This);
-
- HRESULT ( STDMETHODCALLTYPE *InvokeResumeCallback )(
- ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly * This);
-
- END_INTERFACE
- } ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnlyVtbl;
-
- interface ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly
- {
- CONST_VTBL struct ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnlyVtbl *lpVtbl;
- };
-
-
-
-#ifdef COBJMACROS
-
-
-#define ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_QueryInterface(This,riid,ppvObject) \
- ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
-
-#define ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_AddRef(This) \
- ( (This)->lpVtbl -> AddRef(This) )
-
-#define ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_Release(This) \
- ( (This)->lpVtbl -> Release(This) )
-
-
-#define ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_InvokePauseCallback(This) \
- ( (This)->lpVtbl -> InvokePauseCallback(This) )
-
-#define ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_InvokeResumeCallback(This) \
- ( (This)->lpVtbl -> InvokeResumeCallback(This) )
-
-#endif /* COBJMACROS */
-
-
-#endif /* C style interface */
-
-
-
-
-#endif /* __ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly_INTERFACE_DEFINED__ */
-
-
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */