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:
parent
cc9446f874
commit
41df83c50e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue