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

[x86/Linux] Fix mismatch between sortversioning.h and sortversioning.cpp #8366

Merged
merged 1 commit into from
Nov 30, 2016

Conversation

parjong
Copy link

@parjong parjong commented Nov 29, 2016

The mismatch between sortversioning.h and sertversioning.cpp causes function declared 'stdcall' here was previously declared without calling convention compile error during x86/Linux build.

This commit revises sortversioning.h in order to make it consistent with sertversioning.cpp.

@parjong
Copy link
Author

parjong commented Nov 29, 2016

\CC @seanshpark

@ellismg
Copy link

ellismg commented Nov 30, 2016

FWIW, it would interesting to explore (or file a follow up work item) to see if we can remove the need to include sortversioning.cpp and sortversioning.h on *nix entirely. IIRC, these are only relevant for windows where we implement sorting and such over the Win32 APIs.

@janvorli
Copy link
Member

@ellismg I have created #8403 to track your suggestion.

Copy link
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 0724087 into dotnet:master Nov 30, 2016
@parjong parjong deleted the fix/sortversioning_mismatch branch November 30, 2016 23:15
@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
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.

5 participants