include: Add Windows.Phone.PhoneContract api contract.

This commit is contained in:
Bernhard Kölbl 2023-07-05 15:31:00 +02:00 committed by Alexandre Julliard
parent 711cd500e7
commit 4a020b2fb6

View file

@ -30,4 +30,9 @@ namespace Windows {
apicontract UniversalApiContract
{};
}
namespace Phone {
[contractversion(1)]
apicontract PhoneContract
{};
}
}