Commit Graph

24 Commits

Author SHA1 Message Date
Michael Stefaniuc c90294aba7 itss: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-20 10:08:45 +01:00
Alexandre Julliard fcc40a0790 itss: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-06 11:15:24 +02:00
Michael Stefaniuc b4b69429bd itss: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 09:42:30 +02:00
Michael Stefaniuc e611370729 itss: Remove a superfluous variable initialization.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 09:42:26 +02:00
Michael Stefaniuc 815031d832 itss: Use FIELD_OFFSET to calculate the size of a struct with variable length array. 2012-11-02 19:47:28 +01:00
Nikolay Sivov 316ca9edac itss: Call interface methods properly. 2012-08-20 10:58:55 +02:00
Andrew Eikum f71efc297b itss: Use case-insensitive strcmp. 2012-01-10 10:49:00 +01:00
Michael Stefaniuc 72f3765a5b itss: Standardize the COM usage in moniker.c. 2010-12-05 16:42:59 +01:00
Michael Stefaniuc 07a7c1f822 itss: Remove some superfluous pointer casts. 2009-01-26 14:31:10 +01:00
Andrew Talbot f6cbd9a045 itss: Assign to structs instead of using memcpy. 2008-03-01 12:02:34 +01:00
Andrew Talbot 8f7b21e9b7 itss: Exclude unused headers. 2007-05-07 20:34:21 +02:00
Andrew Talbot d517b54c43 itss: Constify a variable. 2007-02-14 21:03:44 +01:00
Jacek Caban 162b3350e1 itss: DllCanUnloadNow code clean up. 2006-12-24 14:01:52 +01:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
James Hawkins 5a07e6eda1 Moved itss.idl to include/wine. 2005-08-25 10:25:14 +00:00
Mike McCormack bda7ace2e9 Interlocked LONG* gcc warning fixes. 2005-07-13 11:59:15 +00:00
Mike McCormack 0791d06215 Interlocked LONG* gcc warning fixes. 2005-07-12 19:21:36 +00:00
Dmitry Timoshkov b67da5b946 Make more of the OLE interface vtables const. 2005-06-01 19:57:42 +00:00
Tom Fogal 69431706e5 Simple aggregation fix. 2005-02-09 13:26:46 +00:00
Jacek Caban a8d9c87c41 Implemented DllCanUnloadNow. 2005-01-03 14:39:51 +00:00
Francois Gouget 486d020c1b Don't define COBJMACROS in objbase.h.
Update the Wine sources accordingly.
2004-10-07 03:06:48 +00:00
Alexandre Julliard 39a696a166 Removed some uses of the non-standard ICOM_THIS macro. 2004-09-06 20:34:29 +00:00
Mike McCormack 332408b836 Fix the ITS moniker implementation. 2004-08-25 17:30:18 +00:00
Alexandre Julliard 5f6e3c88bd Authors: Stewart Caie<kyz@uklinux.net>, Jed Wing <jedwin@ugcs.caltech.edu>, Mike McCormack <mike@codeweavers.com>
Added an implemenation of ITSS.DLL.
2004-08-24 21:00:15 +00:00