Skip to content

Commit

Permalink
Fix cross-OS DAC metadata locator interface callback (#41746)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 committed Sep 2, 2020
1 parent ee9dc49 commit 2d463ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/debug/di/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ HRESULT CordbModule::InitPublicMetaDataFromFile(const WCHAR * pszFullPathName,
DWORD dwOpenFlags,
bool validateFileInfo)
{
#ifdef TARGET_UNIX
#ifdef HOST_UNIX
// UNIXTODO: Some intricate details of file mapping don't work on Linux as on Windows.
// We have to revisit this and try to fix it for POSIX system.
return E_FAIL;
Expand Down

0 comments on commit 2d463ee

Please sign in to comment.