include: Add missing typedefs to windows.foundation.idl.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2021-03-19 19:54:58 +01:00 committed by Alexandre Julliard
parent cc9446f874
commit 41df83c50e
1 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,13 @@ import "windows.foundation.collections.idl";
namespace Windows {
namespace Foundation {
typedef enum PropertyType PropertyType;
typedef struct Point Point;
typedef struct Size Size;
typedef struct Rect Rect;
typedef struct DateTime DateTime;
typedef struct TimeSpan TimeSpan;
[contract(Windows.Foundation.FoundationContract, 1.0)]
enum PropertyType {
Empty = 0,