summaryrefslogtreecommitdiff
path: root/src/vm/interoputil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/interoputil.h')
-rw-r--r--src/vm/interoputil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/interoputil.h b/src/vm/interoputil.h
index 311cedd102..bcb0a97f12 100644
--- a/src/vm/interoputil.h
+++ b/src/vm/interoputil.h
@@ -118,7 +118,7 @@ BOOL IsComObjectClass(TypeHandle type);
// both assembly level and interface level
//---------------------------------------------------------
VOID ReadBestFitCustomAttribute(MethodDesc* pMD, BOOL* BestFit, BOOL* ThrowOnUnmappableChar);
-VOID ReadBestFitCustomAttribute(IMDInternalImport* pInternalImport, mdTypeDef cl, BOOL* BestFit, BOOL* ThrowOnUnmappableChar);
+VOID ReadBestFitCustomAttribute(Module* pModule, mdTypeDef cl, BOOL* BestFit, BOOL* ThrowOnUnmappableChar);
int InternalWideToAnsi(__in_ecount(iNumWideChars) LPCWSTR szWideString, int iNumWideChars, __out_ecount_opt(cbAnsiBufferSize) LPSTR szAnsiString, int cbAnsiBufferSize, BOOL fBestFit, BOOL fThrowOnUnmappableChar);
//---------------------------------------------------------
@@ -138,7 +138,7 @@ void FillExceptionData(
//---------------------------------------------------------------------------
// If pImport has the DefaultDllImportSearchPathsAttribute,
// set the value of the attribute in pDlImportSearchPathFlags and return true.
-BOOL GetDefaultDllImportSearchPathsAttributeValue(IMDInternalImport *pImport, mdToken token, DWORD * pDlImportSearchPathFlags);
+BOOL GetDefaultDllImportSearchPathsAttributeValue(Module *pModule, mdToken token, DWORD * pDlImportSearchPathFlags);
//---------------------------------------------------------------------------
// Returns the index of the LCID parameter if one exists and -1 otherwise.