Skip to content

Commit 2d463ee

Browse files
authored
Fix cross-OS DAC metadata locator interface callback (#41746)
1 parent ee9dc49 commit 2d463ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/src/debug/di/module.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ HRESULT CordbModule::InitPublicMetaDataFromFile(const WCHAR * pszFullPathName,
869869
DWORD dwOpenFlags,
870870
bool validateFileInfo)
871871
{
872-
#ifdef TARGET_UNIX
872+
#ifdef HOST_UNIX
873873
// UNIXTODO: Some intricate details of file mapping don't work on Linux as on Windows.
874874
// We have to revisit this and try to fix it for POSIX system.
875875
return E_FAIL;

0 commit comments

Comments
 (0)