Hans Leidekker
|
a4b80ec97e
|
Stub implementations for PathUnExpandEnvStringsSHRegEnumUSValue{A,W},
SHRegCreateUSKey{A,W}, SHRegDeleteEmptyUSKey{A,W},
SHRegDeleteUSValue{A,W}, SHRegEnumUSValue{A,W}.
|
2005-01-18 11:39:05 +00:00 |
Paul Vriens
|
361ee299ac
|
Use a registry key for copying, that's known on every system.
|
2005-01-17 15:45:44 +00:00 |
Paul Vriens
|
7e8c096a26
|
Change the order of Src and Dst in CopyKey calls/functions.
|
2005-01-17 15:33:00 +00:00 |
Paul Vriens
|
4064e74fc3
|
Use Interlocked* functions in AddRef and Release.
|
2005-01-17 13:42:13 +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 |
Eric Pouech
|
cf1d00bb08
|
Removed excessive statement (break after return or goto, not useful
break, not needed vars...)
|
2005-01-09 16:42:53 +00:00 |
Mike McCormack
|
4a0f999859
|
Use CreateEventW in preference to CreateEventA for unnamed events.
|
2005-01-07 15:40:09 +00:00 |
Jacek Caban
|
e09e67e8a9
|
Get rid of W->A calls.
|
2005-01-03 20:09:22 +00:00 |
Jon Griffiths
|
4fb777c471
|
Documentation fix.
|
2005-01-03 17:09:55 +00:00 |
Hans Leidekker
|
8310bd5328
|
Implement and test URLIS_URL flag in UrlIs().
|
2005-01-03 17:08:40 +00:00 |
Jon Griffiths
|
0b6291644d
|
Const correctness fix.
|
2005-01-03 14:37:41 +00:00 |
Jon Griffiths
|
bcf439261a
|
Use Ascii functions explicitly.
|
2005-01-03 14:36:47 +00:00 |
Rein Klazes
|
3714a39867
|
Correct cases where arguments of ok() calls depend on the order in
which they are evaluated.
|
2004-12-27 17:26:37 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Francois Gouget
|
ee0344a4a2
|
Remove unneeded NULL casts.
|
2004-12-22 15:13:20 +00:00 |
Jon Griffiths
|
49e13df700
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-17 19:09:29 +00:00 |
Stefan Leichter
|
64b4d5a40f
|
Fixed tests of GetAcceptLanguagesA for win98.
|
2004-12-15 10:50:21 +00:00 |
Jon Griffiths
|
1f79d57d3a
|
Use the A version of calls when passing ASCII strings.
|
2004-12-15 10:50:01 +00:00 |
Jon Griffiths
|
25a3ff6a1a
|
Include shlwapi.h to get prototypes, and correct 2 wrong ones.
|
2004-12-15 10:48:51 +00:00 |
Michael Stefaniuc
|
1493433e38
|
Missing HeapFree's + 1 LocalFree (found by smatch).
|
2004-12-14 11:38:50 +00:00 |
Stefan Leichter
|
77928370a5
|
Fixed tests of GetAcceptLanguagesA for win9x/ME.
|
2004-12-08 13:52:02 +00:00 |
Eric Pouech
|
0a258964c2
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
James Hawkins
|
0bd19bb11d
|
Make four shreg tests pass on XP.
|
2004-11-19 17:56:08 +00:00 |
James Hawkins
|
0fec65d6a7
|
Use SHDeleteKey to remove leftover keys from the shreg tests.
|
2004-11-10 01:30:59 +00:00 |
Stefan Leichter
|
092c965444
|
Fixed tests of GetAcceptLanguagesA for platfoms 98,ME,NT4.
|
2004-11-09 20:11:18 +00:00 |
Stefan Leichter
|
4408b91174
|
Fixed GetAcceptLanguagesA tests for Win98.
|
2004-10-27 21:18:21 +00:00 |
Stefan Leichter
|
97f4a203b2
|
Fixed GetAcceptLanguagesA tests for WinXP.
|
2004-10-22 19:54:28 +00:00 |
Bill Medland
|
3f3e29254b
|
Fix SHDeleteKey so that it will handle deleting a key with more than
one subkey. Also includes test.
|
2004-10-14 00:25:29 +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 |
Huw Davies
|
f3a56591ec
|
Tests for PathCreateFromUrl, PathIsURL, UrlCreateFromPath and
UrlUnescape.
|
2004-10-05 18:31:58 +00:00 |
Huw Davies
|
10aac6c013
|
Rewrite UrlCreateFromPath.
|
2004-10-05 18:31:41 +00:00 |
Huw Davies
|
1685e8c65e
|
Rewrite PathCreateFromUrl.
|
2004-10-05 18:07:14 +00:00 |
Huw Davies
|
58e7f4b70c
|
Fix UrlUnescapeW.
|
2004-10-05 04:11:49 +00:00 |
Huw Davies
|
9ed8857ffa
|
PathIsURL should return TRUE even if a scheme is unknown.
|
2004-10-05 02:10:18 +00:00 |
Huw Davies
|
7458de56ce
|
UrlEscape has different rules depending on the protocol.
Added a load of tests.
|
2004-10-04 19:08:50 +00:00 |
Huw Davies
|
57cb25c008
|
ParseURL is now documented, so move it into shlwapi.h.
|
2004-09-29 21:12:04 +00:00 |
Huw Davies
|
91704df4f3
|
Implement PathSearchAndQualify.
|
2004-09-25 00:29:47 +00:00 |
Ge van Geldorp
|
707a10708f
|
SHGetAppCompatFlags takes 4 bytes of parameters.
|
2004-09-25 00:29:30 +00:00 |
Robert Shearman
|
07519aa1d0
|
Don't define GWL_USERDATA, GWL_ID, GWL_HWNDPARENT, GWL_HINSTANCE and
GWL_WNDPROC when compiling the Wine source.
|
2004-09-23 22:54:58 +00:00 |
Steven Edwards
|
76e00d621c
|
Move URL_SCHEME typedef to match PSDK.
|
2004-09-22 19:10:11 +00:00 |
Mike McCormack
|
e988fea468
|
Fix some -Wsigned-compare warnings.
|
2004-09-16 19:08:50 +00:00 |
Francois Gouget
|
c27db9b07c
|
Assorted spelling fixes.
|
2004-09-14 19:31:22 +00:00 |
Jon Griffiths
|
68ddf16a1c
|
Implement SHSimulateDrop, MIME_GetExtensionA/W, StrCpyNXA/W,
SHAnsiToAnsi, SHUnicodeToUnicode.
|
2004-09-13 18:11:56 +00:00 |
Diego Pettenò
|
a33ff00133
|
Add support for file:/// urls in PathCreateFromUrl.
|
2004-09-10 21:12:11 +00:00 |
Hans Leidekker
|
f0e6b58428
|
Dutch resource translation.
|
2004-09-09 19:18:57 +00:00 |
Diego Pettenò
|
4d73e10cf8
|
Add support in UrlIs() for URLIS_DIRECTORY and URLIS_FILEURL flags.
|
2004-09-08 01:26:25 +00:00 |
Alexandre Julliard
|
39a696a166
|
Removed some uses of the non-standard ICOM_THIS macro.
|
2004-09-06 20:34:29 +00:00 |
Francois Gouget
|
5512ae2685
|
Disable MSVC warning 4116 to avoid the 'unnamed type definition in
parentheses' warning caused by TYPE_ALIGNMENT().
|
2004-09-06 20:29:53 +00:00 |
Stefan Leichter
|
d3a1480f6b
|
Fixed test of GetAcceptLanguagesA on NT4.
|
2004-09-03 17:28:09 +00:00 |
Mike McCormack
|
de8a6cb32d
|
Don't read past end of table in PathFileExistsDefExtW.
|
2004-09-03 01:02:18 +00:00 |