Skip to content

Commit 57c8635

Browse files
Update src/coreclr/vm/peimage.cpp
Co-authored-by: Aaron Robinson <[email protected]>
1 parent 5ef7e36 commit 57c8635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/vm/peimage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ HRESULT PEImage::TryOpenFile(bool takeLock)
891891
OPEN_EXISTING,
892892
FILE_ATTRIBUTE_NORMAL,
893893
NULL);
894-
#endif
894+
#endif // TARGET_ANDROID
895895
if (m_hFile != INVALID_HANDLE_VALUE)
896896
return S_OK;
897897

0 commit comments

Comments
 (0)