Commit c5191bbb authored by Hoch Hochkeppel's avatar Hoch Hochkeppel Committed by Commit Bot

Fix typo in IAsyncOperation<int> GUID

Fixing a typo in the IAsyncOperation<int> GUID declaration to match the
original value it purports to be a copy of. Without this change if this
declaration is ever included in the same context as a declaration using
the correct GUID from the SDK, the conflicting values will cause
failures in several of the related COM calls around QueryInterface.

Change-Id: I475ebc58b0b234446499a9cc1fbead6ac76b9305
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393010Reviewed-by: default avatarWill Harris <wfh@chromium.org>
Commit-Queue: Hoch Hochkeppel <mhochk@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#805516}
parent fbcf93c6
......@@ -50,7 +50,7 @@ struct __declspec(uuid("EA868415-A724-40BC-950A-C7DB6B1723C6"))
// removed in 10.0.19041.0 SDK, so are included here conditionally
#ifdef NTDDI_WIN10_VB // Windows 10.0.19041
template <>
struct __declspec(uuid("968b9665-06ed-5744-8f53-8edeabd5f7b5"))
struct __declspec(uuid("968b9665-06ed-5774-8f53-8edeabd5f7b5"))
IAsyncOperation<int> : IAsyncOperation_impl<int> {};
template <>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment