From: Vijay Kiran Kamuju infyquest@gmail.com
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52092 --- dlls/wintypes/main.c | 1 + dlls/wintypes/tests/wintypes.c | 1 + 2 files changed, 2 insertions(+)
diff --git a/dlls/wintypes/main.c b/dlls/wintypes/main.c index 7d59ab92c41..7713824b2ab 100644 --- a/dlls/wintypes/main.c +++ b/dlls/wintypes/main.c @@ -41,6 +41,7 @@ static const struct } present_contracts[] = { + { L"Windows.Foundation.UniversalApiContract", 7, }, { L"Windows.Foundation.UniversalApiContract", 10, }, };
diff --git a/dlls/wintypes/tests/wintypes.c b/dlls/wintypes/tests/wintypes.c index 0703582d325..e6ecfc096f2 100644 --- a/dlls/wintypes/tests/wintypes.c +++ b/dlls/wintypes/tests/wintypes.c @@ -40,6 +40,7 @@ static void test_IApiInformationStatics(void) } present_contracts[] = { + { L"Windows.Foundation.UniversalApiContract", 7, }, { L"Windows.Foundation.UniversalApiContract", 10, }, };