1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

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
{};
}
}