You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/windows-sdk/release-notes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -640,8 +640,8 @@ Servicing update 10.0.22621.755. Includes ARM64 support for the VS 17.4 release
640
640
> - Removed irprops.lib. Apps that were linking against irprops.lib can switch to bthprops.lib as a drop-in replacement.
641
641
> - Moved ENUM tagServerSelection from wuapicommon.h to wupai.h and removed the header. If you would like to use the ENUM tagServerSelection, you will need to include wuapi.h or wuapi.idl.
642
642
> - The Windows 10 WinRT API Pack lets you add the latest Windows Runtime APIs support to your .NET Framework 4.5+ and .NET Core 3.0+ libraries and apps. To access the Windows 10 WinRT API Pack, see the [Microsoft.Windows.SDK.Contracts nuget package](https://www.nuget.org/packages/Microsoft.Windows.SDK.Contracts).
643
-
> - The printf family of functions now [conforms with the IEEE 754 rounding rules](https://learn.microsoft.com/cpp/c-runtime-library/reference/printf-printf-l-wprintf-wprintf-l#requirements) when printing exactly representable floating-point numbers and will honor the rounding mode requested via calls to [fesetround](https://learn.microsoft.com/cpp/c-runtime-library/reference/fegetround-fesetround2). Legacy behavior is available when linking with [legacy_stdio_float_rounding.obj](https://learn.microsoft.com/cpp/c-runtime-library/link-options).
644
-
> - Windows App Certification Kit. Several new APIs were added to the Supported APIs list in the App Certification Kit and Windows Store. If there are APIs in the supported list that appear greyed out or disabled in Visual Studio, you can make a small change to your source file, to access them. For more details, see this [known issue](https://social.msdn.microsoft.com/Forums/86ae092f-a9df-4d2d-8d09-8bf1e93c029c/known-issue-in-visual-studio-a-windows-api-is-greyed-out-and-i-cannot-access-it-even-though-it-is?forum=Win10SDKToolsIssues). [Find more updates to tests](https://learn.microsoft.com/windows/uwp/debug-test-perf/windows-app-certification-kit).
643
+
> - The printf family of functions now [conforms with the IEEE 754 rounding rules](/cpp/c-runtime-library/reference/printf-printf-l-wprintf-wprintf-l#requirements) when printing exactly representable floating-point numbers and will honor the rounding mode requested via calls to [fesetround](/cpp/c-runtime-library/reference/fegetround-fesetround2). Legacy behavior is available when linking with [legacy_stdio_float_rounding.obj](/cpp/c-runtime-library/link-options).
644
+
> - Windows App Certification Kit. Several new APIs were added to the Supported APIs list in the App Certification Kit and Windows Store. If there are APIs in the supported list that appear greyed out or disabled in Visual Studio, you can make a small change to your source file, to access them. For more details, see this [known issue](https://social.msdn.microsoft.com/Forums/86ae092f-a9df-4d2d-8d09-8bf1e93c029c/known-issue-in-visual-studio-a-windows-api-is-greyed-out-and-i-cannot-access-it-even-though-it-is?forum=Win10SDKToolsIssues). [Find more updates to tests](/windows/uwp/debug-test-perf/windows-app-certification-kit).
645
645
646
646
</details>
647
647
@@ -664,7 +664,7 @@ Servicing update 10.0.22621.755. Includes ARM64 support for the VS 17.4 release
664
664
> - Avoids one-definition-rule (ODR) problems caused by conflicting configuration macros (e.g. when two .cpp files with conflicting definitions of TLG_EVENT_WRITE_TRANSFER are linked into the same binary, the TraceLoggingProvider.h helpers will now respect the definition of TLG_EVENT_WRITE_TRANSFER in each .cpp file instead of arbitrarily picking one or the other).
665
665
> - In C++ code, the TraceLoggingWrite macro has been updated to enable better code sharing between similar events using variadic templates.
666
666
>
667
-
> Signing your apps. Device Guard signing is a Device Guard feature that is available in Microsoft Store for Business and Education, which allows enterprises to guarantee every app comes from a trusted source. See the [documentation about Device Guard Signing](https://learn.microsoft.com/windows/msix/package/signing-package-device-guard-signing).
667
+
> Signing your apps. Device Guard signing is a Device Guard feature that is available in Microsoft Store for Business and Education, which allows enterprises to guarantee every app comes from a trusted source. See the [documentation about Device Guard Signing](/windows/msix/package/signing-package-device-guard-signing).
0 commit comments