Commit 41df83c5 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

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

parent cc9446f8
...@@ -29,6 +29,13 @@ import "windows.foundation.collections.idl"; ...@@ -29,6 +29,13 @@ import "windows.foundation.collections.idl";
namespace Windows { namespace Windows {
namespace Foundation { 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)] [contract(Windows.Foundation.FoundationContract, 1.0)]
enum PropertyType { enum PropertyType {
Empty = 0, Empty = 0,
......
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