Commit Graph

27 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
Nikolay Sivov 4fdcc03cf8 itss: Properly return interface pointers.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-13 18:50:11 +01:00
Michael Stefaniuc 27adacc577 itss: Don't over-allocate memory for a ITSS_IStorageImpl. 2012-12-10 11:27:16 +01:00
Erich Hoover 88f6e898c6 itss: Enlarge buffer to include space for a concatenated value. 2012-01-27 18:05:39 +01:00
Michael Stefaniuc 965aea8d8e itss: Standardize the COM usage in storage.c. 2010-12-09 12:25:09 +01:00
Michael Stefaniuc 7a8638d8b3 itss: Reorder some code to avoid leaking memory on an error path.
Found by Smatch.
2010-02-10 11:33:41 +01:00
Erich Hoover 6627b9029e itss: Implement IStorageImpl_OpenStorage. 2010-02-08 17:14:44 +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
Jacek Caban ff0a61365c itss: Ignore trailing slash in IStorage::OpenStream. 2007-03-13 20:52:38 +01:00
Jacek Caban 18632c2b3c itss: Fix opening streams with back slashes. 2007-02-23 11:24:01 +01:00
Jacek Caban 05d2aa4506 itss: Close chm file when destroying Storage. 2007-01-15 12:30:23 +01:00
Jacek Caban f925e0c0d1 itss: Return S_FALSE in IStream::Read if there is no more data to read. 2007-01-15 12:30:18 +01:00
Jacek Caban 162b3350e1 itss: DllCanUnloadNow code clean up. 2006-12-24 14:01:52 +01:00
Hans Leidekker 2492abbbd3 itss: Win64 printf format warning fixes. 2006-10-12 21:26:39 +02: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 383302c11e Make functions static. 2005-06-20 10:30:15 +00:00
Dmitry Timoshkov b67da5b946 Make more of the OLE interface vtables const. 2005-06-01 19:57:42 +00:00
Jacek Caban a8d9c87c41 Implemented DllCanUnloadNow. 2005-01-03 14:39:51 +00:00
Eric Pouech eefb72c826 Fixed copy&paste error. 2004-12-13 12:04:14 +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