1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
Commit Graph

40 Commits

Author SHA1 Message Date
Alexandre Julliard
3bb752736c include: Stop pretending to support big-endian. 2023-10-10 11:11:26 +02:00
Alex Henrie
25f3ba3e06 include: Correct conflicting definition of PSECURITY_DESCRIPTOR.
In the Windows SDK, PSECURITY_DESCRIPTOR is void* and
PISECURITY_DESCRIPTOR is SECURITY_DESCRIPTOR*. PSECURITY_DESCRIPTOR is
defined in winnt.h and PISECURITY_DESCRIPTOR is defined in
wbasetypes.idl.
2023-09-28 22:35:41 +02:00
Alex Henrie
0369223f73 include: Correct conflicting definition of PSID.
In the Windows SDK, PSID is void* and PISID is SID*. Both types are
defined in both winnt.h and wtypesbase.idl.
2023-09-28 22:35:41 +02:00
Mohamad Al-Jaf
0b4dc016b9 include: Add windows.graphics.capture.interop.idl file.
Needed for PyWinRT.
2023-04-18 21:33:17 +02:00
Alistair Leslie-Hughes
d3b90f6ad1 include: Correct BYTE typedef.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-04 10:01:29 +01:00
Nikolay Sivov
76b50a01a0 combase: Implement CoCreateInstanceFromApp().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-09 20:30:31 +02:00
Kevin Puetz
3bc14e79eb wtypes.idl: Support OLESTR macro with non-native wchar_t.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-13 16:44:23 +01:00
Maarten Lankhorst
92223ac913 include: Add PROPERTYKEY to wtypes.idl. 2009-11-12 13:01:58 +01:00
Rob Shearman
88cb399a28 include: Add WDT_INPROC64_CALL cases to unions in wtypes.idl. 2009-02-17 12:47:50 +01:00
Alexandre Julliard
4e29ceeb77 include: Define LANGID in wtypes.idl. 2009-02-04 15:06:25 +01:00
Roy Shea
7c74ff3bbb include: Add header for mstask. 2008-07-11 15:19:01 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mike McCormack
54d3060a2d wtypes.idl: Add size attribute to a void pointer. 2006-04-14 10:49:19 +02:00
Alexandre Julliard
cf675c1197 wtypes: Don't specify alignment for DOUBLE and DATE on MSVC. 2006-01-25 15:03:46 +01:00
Robert Shearman
959e472ef6 Added more wtypes definitions, particularly for GDI/USER handles. 2005-08-26 08:48:38 +00:00
Robert Shearman
35dbc147c7 Update to include all of the interfaces in the Platform SDK as of the
XP SP2 version.
2005-08-25 09:50:55 +00:00
Mike McCormack
9f1030c20f Add uCLSSPEC, CSPLATFORM and QUERYCONTEXT structures. 2005-04-11 12:58:44 +00:00
Vincent Béron
35537fe977 Added LPDWORD definition. 2005-02-21 18:30:02 +00:00
Robert Shearman
cd0970eb24 Make the DECIMAL_SETZERO macro take a DECIMAL instead of a DECIMAL* as
in the Microsoft headers and fix up the only caller.
2004-12-08 13:59:52 +00:00
Jon Griffiths
39bbcb48b6 Use correct tag names for compatability with fwd decls.
Some old code checks that _WINDEF_ is defined in windef.h.
2004-09-20 19:13:16 +00:00
Jon Griffiths
34401d84b7 Added PPOINTL, a pointer to a POINTL struct. 2004-06-01 19:45:59 +00:00
Alexandre Julliard
47a88ba221 Explicitly specify alignment of 64-bit types. 2004-05-04 00:43:02 +00:00
Jon Griffiths
347081d532 Prevent CY type from being redefined. 2004-04-15 04:59:22 +00:00
Rein Klazes
36f8f1b791 Stub implementation for WSALookupServiceBeginA/W. 2004-04-05 22:23:05 +00:00
Alexandre Julliard
d07c1004e3 Moved a few remaining 16-bit definitions out of the standard headers. 2004-01-23 22:51:41 +00:00
Alexandre Julliard
1084a8ba93 Moved out of windef.h a few definitions that don't belong there
(reported by Filip Navara).
2003-09-17 04:31:27 +00:00
Alexandre Julliard
69c90c2a9f Converted the rest of the obj_*.h headers to IDL into shobjidl.idl. 2003-09-09 19:32:36 +00:00
Alexandre Julliard
b7c6280e95 Converted urlmon.h to IDL. 2003-09-03 23:52:07 +00:00
Dimitrie O. Paun
4ff79add63 Remove some unneeded __WINESRC__ tests from the headers.
Miscellaneous cleanups and fixes.
2003-08-27 02:07:02 +00:00
Robert Shearman
499cfcaf86 Added typedef for COLORREF. 2003-06-20 21:30:37 +00:00
Stefan Leichter
053b839179 Fixed DECIMAL_SETZERO
Removed a workaround for the former problem.
2003-05-16 20:13:50 +00:00
Alexandre Julliard
f602ec661d Properly import basetsd.h and guiddef.h. 2003-03-16 23:54:18 +00:00
Jon Griffiths
b7258b2cbe Add some missing types needed for the upcoming ocidl.idl.
Add missing variant types.
Correct the definition of DECIMAL type.
2003-03-15 22:24:26 +00:00
Dimitrie O. Paun
8b36681bad Rename __WINE__ to __WINESRC__. 2003-01-04 00:52:18 +00:00
Ove Kaaven
1cd02fa4d8 Moved a couple of types from include/wine/obj_*.h to
include/wtypes.idl.
2002-12-19 21:13:58 +00:00
Ove Kaaven
158063fecb Unquoted some 16-bit types, so the IDL compiler can use them. 2002-12-18 20:50:19 +00:00
Ove Kaaven
729dd8bf28 Added more types to wtypes.idl. 2002-12-03 21:42:17 +00:00
Ove Kaaven
75e9c468bd Added missing union names for some encapsulated unions. 2002-11-30 01:49:20 +00:00
Alexandre Julliard
b1c3a89ade Moved rpc.h inclusion in widl-generated file so that tests compile. 2002-11-13 04:18:38 +00:00
Ove Kaaven
80d8074cae Wrote a Wine-compatible wtypes.idl, and generated wtypes.h from it. 2002-11-13 00:22:16 +00:00