Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

[x86/Linux] Fix mismatch between longfilepathwrappers.cpp and longfilepathwrappers.h#8370

Merged
janvorli merged 1 commit into
dotnet:masterfrom
parjong:fix/longfilepathwappers_mismatch
Nov 30, 2016
Merged

[x86/Linux] Fix mismatch between longfilepathwrappers.cpp and longfilepathwrappers.h#8370
janvorli merged 1 commit into
dotnet:masterfrom
parjong:fix/longfilepathwappers_mismatch

Conversation

@parjong
Copy link
Copy Markdown

@parjong parjong commented Nov 30, 2016

'longfilepathwrappers.h' declares several functions without WINAPI
attribute, but 'longfilepathwrappers.cpp' implements them with WINAPI
attributes.

This commit makes the declarations in 'longfilepathwrappers.h'
consistent with the implementations in 'longfilepathwrappers.cpp'.

'longfilepathwrappers.h' declares several functions without WINAPI
attribute, but 'longfilepathwrappers.cpp' implements them with WINAPI
attributes.

This commit makes the declarations in 'longfilepathwrappers.h'
consistent with the implementations in 'longfilepathwrappers.cpp'.
@parjong
Copy link
Copy Markdown
Author

parjong commented Nov 30, 2016

\CC @seanshpark

@parjong
Copy link
Copy Markdown
Author

parjong commented Nov 30, 2016

@dotnet-bot test Windows_NT arm Cross Debug Build please

Copy link
Copy Markdown
Member

@janvorli janvorli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

@janvorli janvorli merged commit 73c2dc7 into dotnet:master Nov 30, 2016
@parjong parjong deleted the fix/longfilepathwappers_mismatch branch November 30, 2016 23:16
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…s.h (dotnet/coreclr#8370)

'longfilepathwrappers.h' declares several functions without WINAPI
attribute, but 'longfilepathwrappers.cpp' implements them with WINAPI
attributes.

This commit makes the declarations in 'longfilepathwrappers.h'
consistent with the implementations in 'longfilepathwrappers.cpp'.

Commit migrated from dotnet/coreclr@73c2dc7
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants