Commit Graph

43 Commits

Author SHA1 Message Date
Alexandre Julliard c9205f1761 shlwapi: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-20 09:17:06 +02:00
Michael Stefaniuc 9713e68a55 shlwapi: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-17 15:40:45 +02:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Carlo Bramini f2d40ca87d shlwapi: Add stub for AssocGetPerceivedType. 2012-04-09 17:23:08 +02:00
Nikolay Sivov 646a49b74a shlwapi/assoc: Fix arguments tracing. 2010-10-13 11:19:53 +02:00
Alexandre Julliard 4d413296d2 shell32: Move the IQueryAssociations implementation from shlwapi to shell32. 2009-08-25 11:13:26 +02:00
Alistair Leslie-Hughes ffd2e69f53 shlwapi: Correct AssocCreate and tests. 2009-08-04 13:47:06 +02:00
Michael Stefaniuc 08e3742f37 shlwapi: Remove superfluous pointer casts. 2009-01-22 12:04:57 +01:00
Damjan Jovanovic 36a24b93c7 shlwapi: Support the command file type association query. 2009-01-21 10:24:49 +01:00
Damjan Jovanovic e60ec41e06 shlwapi: Support the friendly doc name and default icon queries. 2009-01-20 12:23:15 +01:00
Damjan Jovanovic c160b944b1 shlwapi: Support the content type query. 2009-01-19 12:46:42 +01:00
Andrew Talbot ba1e2660e8 shlwapi: Sign-compare warnings fix. 2008-11-13 11:48:55 +01:00
Detlef Riekenberg 78c75e20ae shlwapi: Fix pointer and size in AssocQueryStringA. 2008-10-20 13:43:26 +02:00
Joris Huizer 8ed05aeb32 shlwapi: Fix ASSOC_GetExecutable not to use uninitialised variable. 2008-10-17 11:43:05 +02:00
Michael Stefaniuc d6359edd3c shlwapi: Remove break after return (Smatch). 2008-10-15 12:21:42 +02:00
Lei Zhang 57122e4daa shlwapi: Handle ASSOCSTR_FRIENDLYAPPNAME in IQueryAssociations_GetString. 2008-10-14 13:41:57 +02:00
Lei Zhang 58797fc54c shlwapi: Refactor data return code in IQueryAssociations_fnGetString. 2008-10-14 13:41:57 +02:00
Lei Zhang 4e0c0ec157 shlwapi: Refactor get executable code in IQueryAssociations_fnGetString. 2008-10-14 13:41:57 +02:00
Lei Zhang c08ec04d41 shlwapi: Close registry handles when destroying IQueryAssociations. 2008-10-13 11:50:00 +02:00
Lei Zhang 3684009b6e shlwapi: Handle ASSOCSTR_EXECUTABLE in IQueryAssociations_GetString. 2008-10-13 11:49:53 +02:00
Lei Zhang db08d6e807 shlwapi: Fix AssocQueryStringW parameter checking. 2008-10-13 11:49:06 +02:00
Jon Griffiths 938ab8a633 Fix minor comment typos. 2008-07-07 14:26:08 +02:00
Andrew Talbot fb0fbe3e8d shlwapi: Uninitialized variable fix (Coverity). 2007-01-22 12:09:02 +01:00
Hans Leidekker e119a04a26 shlwapi: Win64 printf format warning fixes. 2006-10-06 17:26:49 +02:00
Michael Stefaniuc 56026299d0 Remove more redundant NULL checks before HeapFree (found by Smatch). 2006-06-07 14:20:09 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Dmitry Timoshkov eba47f1dfe Make remaining OLE interface vtables const. 2005-06-06 19:50:35 +00:00
Jon Griffiths eb5bf7dd38 Documentation spelling fixes. 2005-02-25 14:07:56 +00:00
James Hawkins a1e304a25f - use only stored result of Interlocked* in AddRef/Release
- expand TRACEs to display the ref count
2005-01-12 19:29:43 +00:00
Alexandre Julliard 39a696a166 Removed some uses of the non-standard ICOM_THIS macro. 2004-09-06 20:34:29 +00:00
Alexandre Julliard f714b39762 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
2004-08-23 19:39:48 +00:00
Alexandre Julliard 48c4bb3c31 Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
Alexandre Julliard 0467ce9fd7 Get rid of the non-standard ICOM_VFIELD macro. 2004-08-12 19:52:49 +00:00
Mike McCormack cef19de855 Fix memory allocation problems. 2004-07-04 00:06:29 +00:00
Francois Gouget 87f223a879 Assorted spelling and case fixes. 2004-03-02 20:55:57 +00:00
Jon Griffiths d015d3b98a Add some missing prototypes, fix AssocIsDangerous.
Implement StrRetToBSTR, delay-import oleaut32.
2004-02-10 02:22:17 +00:00
Robert Shearman b6f34d3c3f - Convert ordinals to their real names.
- Partially implement a few Assoc* functions.
2003-09-11 02:56:15 +00:00
Alexandre Julliard e37c6e18d0 Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
2003-09-05 23:08:26 +00:00
Alexandre Julliard 864ca06832 winnls.h must not include winbase.h. 2003-08-20 18:22:31 +00:00
Mike McCormack 6b56fabeec Create stub for AssocIsDangerous. 2003-07-21 23:42:24 +00:00
Jon Griffiths adc9b65022 Move IQueryAssociations into shlwapi. Docs/-W/MSVC++ fixes. 2003-07-19 03:07:41 +00:00
Francois Gouget d2667a4ce3 Removed unnecessary HANDLE typecasts. 2002-12-02 18:10:57 +00:00
Jon Griffiths 4d88b6ec56 Added Assoc* funcs (but not underlying IQueryAssociations object). 2002-09-04 23:32:19 +00:00