Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to WinMM.Lib for PlaySound with 19041 #9624

Merged
1 commit merged into from
Mar 26, 2021

Conversation

johnstep
Copy link
Member

@johnstep johnstep commented Mar 26, 2021

The PlaySound functions were removed from OneCoreUAP_apiset.Lib in Windows 10 SDK 19041 because they did not actually belong there. Link to WinMM.Lib for PlaySoundW.

Validation Steps Performed

  • Built for x64 from repository root with: MSBuild.exe -property:TargetPlatformVersion=10.0.19041.0
  • Installed CascadiaPackage_0.0.1.0_x64_Debug.msix and launched on 19042.867

The PlaySound functions were removed from OneCoreUAP_apiset.Lib in
Windows 10 SDK 19041 because they did not actually belong there.
Link to WinMM.Lib for PlaySoundW.
@zadjii-msft zadjii-msft added Area-CodeHealth Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc. Product-Conhost For issues in the Console codebase Product-Terminal The new Windows Terminal. labels Mar 26, 2021
Copy link
Member

@DHowett DHowett left a comment

Choose a reason for hiding this comment

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

Thanks! I'm toying with the idea that this should simply be in the common link line (common.build.pre.props), but... this shall suffice for now until we come and redo all the link lines ("redo the link lines 2021 edition")

@DHowett DHowett added the AutoMerge Marked for automatic merge by the bot when requirements are met label Mar 26, 2021
@ghost
Copy link

ghost commented Mar 26, 2021

Hello @DHowett!

Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 822ec62 into microsoft:main Mar 26, 2021
@johnstep
Copy link
Member Author

Thanks! I'm toying with the idea that this should simply be in the common link line (common.build.pre.props), but... this shall suffice for now until we come and redo all the link lines ("redo the link lines 2021 edition")

Sounds good, happy to change this. Did you mean common.build.post.props, which includes OneCoreUAP_apiset.Lib?

@DHowett
Copy link
Member

DHowett commented Mar 26, 2021

Oop, yeah. You don't need to fix this one, honestly. We have enough link line chicanery going on already that having these few additional entries isn't more cognitive burden than before.

DHowett pushed a commit that referenced this pull request Mar 26, 2021
The PlaySound functions were removed from OneCoreUAP_apiset.Lib in Windows 10 SDK 19041 because they did not actually belong there. Link to WinMM.Lib for PlaySoundW.

### Validation Steps Performed

* Built for x64 from repository root with: `MSBuild.exe -property:TargetPlatformVersion=10.0.19041.0`
* Installed CascadiaPackage_0.0.1.0_x64_Debug.msix and launched on 19042.867
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CodeHealth Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc. AutoMerge Marked for automatic merge by the bot when requirements are met Product-Conhost For issues in the Console codebase Product-Terminal The new Windows Terminal.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants