Thomas Mullaly
53ee717d56
include: Updated the URL_SCHEME enum.
2010-07-21 13:23:58 +02:00
Andrew Nguyen
15c6057ce1
shlwapi: Implement StrStrNIW.
2010-07-19 16:07:05 +02:00
Andrew Nguyen
9bd13c93ab
shlwapi: Implement StrStrNW.
2010-07-19 16:06:55 +02:00
David Hedberg
a93f54bb56
include: Add some missing function declarations in shlwapi.h.
2010-07-19 15:09:07 +02:00
Piotr Caban
f4f9b1acdf
include: Fix typo in shlwapi.h.
2010-05-08 18:14:26 +02:00
Detlef Riekenberg
bb1ca6e08d
shlwapi: Implement SHCreateThreadRef.
2010-04-20 16:21:37 +02:00
Nikolay Sivov
1372806e74
shlwapi: Use public define for QISearch table entry, make it available by name (as on Vista+).
2010-03-29 11:47:44 +02:00
Nikolay Sivov
cf663d17e7
shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW with tests.
2010-03-01 12:05:52 +01:00
Piotr Caban
dfe535226a
shlwapi: Update SHRegGetValue definition.
2010-02-01 12:09:46 +01:00
Alexandre Julliard
b9f0ee96fb
shlwapi: Convert wvnsprintfA/W to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:38 +01:00
Austin English
2618bd1a4d
include/shlwapi: Fix some typos.
2008-11-13 11:49:47 +01:00
Lei Zhang
0c568c2ae8
shlwapi: Add some tests for AssocQueryStringW.
2008-10-13 11:48:36 +02:00
Alexandre Julliard
a2ba7dcf7b
include: Use WINE_NO_UNICODE_MACROS instead of __WINESRC__ where appropriate.
2008-05-30 10:02:42 +02:00
Bang Jun-young
74c5d1750b
shlwapi: SHRegDuplicateHKey() is now defined in the Windows SDK.
2007-10-24 14:13:01 +02:00
Nigel Liang
ddbb317915
shlwapi: Stub implementation for SHSetTimerQueueTimer.
2007-05-25 19:29:54 +02:00
Francois Gouget
ad09fd4947
shlwapi: Add a fixme for a missing include.
2006-11-09 14:33:27 +01:00
Alexandre Julliard
9936feef07
include: Make the Dll* entry points hidden.
2006-06-12 16:18:01 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Alexandre Julliard
5f4cdfcd8a
Added a prototype for DllGetVersion to enable type checking in the
...
Wine source.
2005-08-08 17:42:57 +00:00
Alexandre Julliard
b8d3075d83
Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of
...
duplicate typedefs.
2005-07-26 18:32:53 +00:00
Eric Pouech
4056d7ef8c
Fixed some errors in function prototypes.
2004-12-13 21:19:01 +00:00
Huw Davies
1685e8c65e
Rewrite PathCreateFromUrl.
2004-10-05 18:07:14 +00:00
Alexandre Julliard
5d0160ea75
Get rid of the non-standard Ixxx_METHODS macro definitions, declare
...
the interfaces explicitly instead.
2004-10-05 04:38:15 +00:00
Francois Gouget
52ecbf73b1
Fix incorrect usage of COBJMACROS.
2004-10-04 19:35:40 +00:00
Huw Davies
57cb25c008
ParseURL is now documented, so move it into shlwapi.h.
2004-09-29 21:12:04 +00:00
Steven Edwards
76e00d621c
Move URL_SCHEME typedef to match PSDK.
2004-09-22 19:10:11 +00:00
Francois Gouget
96a5c44233
Fix packing of shlwapi.h
...
Add a DECLSPEC_ALIGN(8) to force DLLVERSIONINFO2 to have the correct
alignment.
2004-08-19 19:59:41 +00:00
Jacek Caban
edd49c782d
Implemented IsOS function.
2004-08-12 20:28:12 +00:00
Alexandre Julliard
616940eb9a
Get rid of the non-standard ICOM_DEFINE macro.
2004-08-12 03:33:30 +00:00
Francois Gouget
ca942f1625
Assorted spelling fixes.
2004-07-08 20:16:23 +00:00
Alexandre Julliard
1415a11034
Fixed IntlStrEqWorkerA/W prototypes.
2004-02-17 20:25:12 +00:00
Jon Griffiths
d015d3b98a
Add some missing prototypes, fix AssocIsDangerous.
...
Implement StrRetToBSTR, delay-import oleaut32.
2004-02-10 02:22:17 +00:00
Ge van Geldorp
100e11309b
Fix various function prototypes to conform to PSDK.
2004-01-23 20:57:26 +00:00
Rolf Kalbermatter
ed32535931
Implemented PathFileExistsAndAttributesA/W function.
2004-01-19 21:46:14 +00:00
Francois Gouget
640cc3f3e1
Assorted spelling fixes.
2004-01-06 22:08:33 +00:00
Jon Griffiths
fc049ecdd5
Added StrFormatKBSizeA/W.
2003-09-23 22:49:56 +00:00
Dimitrie O. Paun
53f9c21fb7
Use angle brackets (<>) rather than quotes ("") for the include
...
directives in our .h files. This should avoid some potentially nasty
surprises for Winelib apps.
2003-08-28 21:43:34 +00:00
Alexandre Julliard
aae3cb61cd
Simplified COM interface declarations, removing the need to define
...
both an xxx_METHODS and an xxx_IMETHODS macro.
2003-04-11 00:31:02 +00:00
Alexandre Julliard
55379110c5
Get rid of the ICOM_CALL macros.
2003-04-10 21:13:58 +00:00
Alexandre Julliard
f00c46f030
Use a more compatible technique to declare COM interfaces methods,
...
using Microsoft's STDMETHOD macros instead of the Wine-specific
ICOM_METHOD ones.
2003-04-10 00:19:24 +00:00
Jon Griffiths
ab9bb9c1f1
Add some missing prototypes.
2003-03-15 19:41:03 +00:00
Dimitrie O. Paun
8b36681bad
Rename __WINE__ to __WINESRC__.
2003-01-04 00:52:18 +00:00
Patrik Stridvall
ced69a9cad
Fixed mismatches between the Wine headers and the Microsoft headers.
2002-11-12 01:05:00 +00:00
Jon Griffiths
91ec8e14c6
Reorganise/minor tidyup of ordinal functions.
...
Implement StrCmpLogicalW,StrFormatByteSizeA/W,StrFormatByteSize64A,
SHCreateStreamWrapper.
Fix some output .spec parameters from str to ptr.
Fix definition of StrFormatByteSize functions.
2002-09-20 19:41:08 +00:00
Jon Griffiths
18176e3c0c
Fix existing string functions, implement a bunch of new ones.
2002-08-19 23:57:27 +00:00
Alexandre Julliard
5cdda82a5d
Fixed duplication of definitions between shlwapi.h and
...
obj_queryassociations.h.
2002-07-24 01:57:22 +00:00
Jon Griffiths
b8a70d8973
Add some new defines and functions.
2002-07-22 20:30:58 +00:00
Gregg Mattinson
5837e8b105
Removed extra , from last element in enum declarations.
2002-07-03 01:15:32 +00:00
Francois Gouget
6114ee716b
Test for IStream_IMETHODS before defining APIs that need the IStream
...
interface (like on Windows).
2002-05-21 18:36:51 +00:00
Jon Griffiths
4e75d1246f
Document, implement/fix and test 110+ Path functions.
...
Share the GET_FUNC macro, other places than ordinal.c need it.
2002-03-20 01:33:19 +00:00