wine
15 years agowinedos: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 4 Mar 2009 09:41:06 +0000 (10:41 +0100)] 
winedos: Remove superfluous pointer casts.

15 years agomlang: Silence some Win64 compile warnings.
Michael Stefaniuc [Tue, 3 Mar 2009 22:56:31 +0000 (23:56 +0100)] 
mlang: Silence some Win64 compile warnings.

If the flag TCI_SRCFONTSIG is not set then the first argument passed
to TranslateCharsetInfo is just a DWORD that needs to be marshalled
over a pointer.

15 years agocomdlg32: Fix a typo.
Andrew Talbot [Tue, 3 Mar 2009 21:14:04 +0000 (21:14 +0000)] 
comdlg32: Fix a typo.

15 years agoshlwapi/tests: Fix some typos.
Paul Vriens [Tue, 3 Mar 2009 20:42:32 +0000 (21:42 +0100)] 
shlwapi/tests: Fix some typos.

15 years agowine.inf: Use 32-bit version of MCI DirectShow driver.
Christian Costa [Tue, 3 Mar 2009 19:54:36 +0000 (20:54 +0100)] 
wine.inf: Use 32-bit version of MCI DirectShow driver.

15 years agoiphlpapi: Move the ip/icmp/tcp/udp statistics functions to ipstats.c.
Alexandre Julliard [Tue, 3 Mar 2009 18:46:03 +0000 (19:46 +0100)] 
iphlpapi: Move the ip/icmp/tcp/udp statistics functions to ipstats.c.

15 years agoconfigure: Enable automatic dependencies for FreeBSD make.
Alexandre Julliard [Tue, 3 Mar 2009 15:34:52 +0000 (16:34 +0100)] 
configure: Enable automatic dependencies for FreeBSD make.

15 years agomakefiles: Add a dummy dependency on empty targets to work around a FreeBSD make...
Alexandre Julliard [Tue, 3 Mar 2009 15:23:16 +0000 (16:23 +0100)] 
makefiles: Add a dummy dependency on empty targets to work around a FreeBSD make bug.

15 years agoconfigure: 16-bit object files should depend on IDL headers too.
Alexandre Julliard [Tue, 3 Mar 2009 14:41:06 +0000 (15:41 +0100)] 
configure: 16-bit object files should depend on IDL headers too.

15 years agocmd: Fixed a number of buffer overflows.
Diaa Sami [Mon, 2 Mar 2009 18:45:50 +0000 (20:45 +0200)] 
cmd: Fixed a number of buffer overflows.

15 years agogdi32/tests: Improve some test failure messages.
Huw Davies [Tue, 3 Mar 2009 10:24:08 +0000 (10:24 +0000)] 
gdi32/tests: Improve some test failure messages.

15 years agogdiplus/tests: Elliptic regions have a shorter layout in win98.
Huw Davies [Tue, 3 Mar 2009 10:37:50 +0000 (10:37 +0000)] 
gdiplus/tests: Elliptic regions have a shorter layout in win98.

15 years agocomctl32: Correctly report systemcolor use for Treeview background.
Nikolay Sivov [Mon, 2 Mar 2009 21:15:45 +0000 (16:15 -0500)] 
comctl32: Correctly report systemcolor use for Treeview background.

15 years agouser32/tests: Add some more optional messages.
Alexandre Julliard [Tue, 3 Mar 2009 12:20:49 +0000 (13:20 +0100)] 
user32/tests: Add some more optional messages.

15 years agouser32/tests: Fix a couple of failing menu tests.
Alexandre Julliard [Tue, 3 Mar 2009 12:20:34 +0000 (13:20 +0100)] 
user32/tests: Fix a couple of failing menu tests.

15 years agouser32: Use MAKEWPARAM instead of MAKELONG for menu messages.
Alexandre Julliard [Tue, 3 Mar 2009 12:20:21 +0000 (13:20 +0100)] 
user32: Use MAKEWPARAM instead of MAKELONG for menu messages.

15 years agod3d10: Implement ID3D10EffectPass::GetDesc().
Henri Verbeet [Tue, 3 Mar 2009 08:03:46 +0000 (09:03 +0100)] 
d3d10: Implement ID3D10EffectPass::GetDesc().

15 years agod3d10: Store the shader's input signature.
Henri Verbeet [Tue, 3 Mar 2009 08:03:46 +0000 (09:03 +0100)] 
d3d10: Store the shader's input signature.

15 years agod3d10: Implement ID3D10EffectTechnique::GetDesc().
Henri Verbeet [Tue, 3 Mar 2009 08:03:46 +0000 (09:03 +0100)] 
d3d10: Implement ID3D10EffectTechnique::GetDesc().

15 years agod3d10: Simplify DXBC chunk handlers.
Henri Verbeet [Tue, 3 Mar 2009 08:03:46 +0000 (09:03 +0100)] 
d3d10: Simplify DXBC chunk handlers.

15 years agod3d10: Actually use the parse_fx10() return value.
Henri Verbeet [Tue, 3 Mar 2009 08:03:46 +0000 (09:03 +0100)] 
d3d10: Actually use the parse_fx10() return value.

15 years agoshlwapi/tests: Fix a typo.
Paul Vriens [Tue, 3 Mar 2009 08:46:25 +0000 (09:46 +0100)] 
shlwapi/tests: Fix a typo.

15 years agomsi/tests: Fix a test failure on Win95.
Paul Vriens [Tue, 3 Mar 2009 07:43:26 +0000 (08:43 +0100)] 
msi/tests: Fix a test failure on Win95.

15 years agodsound: Don't use HEAP_ZERO_MEMORY when we're about to overwrite the buffer.
Ken Thomases [Tue, 3 Mar 2009 05:17:00 +0000 (23:17 -0600)] 
dsound: Don't use HEAP_ZERO_MEMORY when we're about to overwrite the buffer.

15 years agosane.ds: Fix compilation with older SANE headers.
Francois Gouget [Mon, 2 Mar 2009 23:16:10 +0000 (00:16 +0100)] 
sane.ds: Fix compilation with older SANE headers.

15 years agosane.ds: Implement grayscale and B&W scanning for native image transfers.
Jeremy White [Mon, 2 Mar 2009 23:08:11 +0000 (17:08 -0600)] 
sane.ds: Implement grayscale and B&W scanning for native image transfers.

15 years agosane.ds: Add a few trace messages useful in following color format.
Jeremy White [Mon, 2 Mar 2009 22:48:10 +0000 (16:48 -0600)] 
sane.ds: Add a few trace messages useful in following color format.

15 years agosane.ds: Downgrade inappropriate FIXMEs.
Jeremy White [Mon, 2 Mar 2009 22:47:47 +0000 (16:47 -0600)] 
sane.ds: Downgrade inappropriate FIXMEs.

15 years agoregedit: Cast to LPARAM the 4th argument passed to SendMessage.
Michael Stefaniuc [Mon, 2 Mar 2009 22:33:19 +0000 (23:33 +0100)] 
regedit: Cast to LPARAM the 4th argument passed to SendMessage.

15 years agotaskmgr: Cast to LPARAM the 4th argument passed to SendMessage.
Michael Stefaniuc [Mon, 2 Mar 2009 22:26:51 +0000 (23:26 +0100)] 
taskmgr: Cast to LPARAM the 4th argument passed to SendMessage.

Casting to long would truncate the pointers when compiling with MSVC
for Win64.

15 years agourlmon: Use pluggable protocol for ftp binding.
Jacek Caban [Mon, 2 Mar 2009 18:58:07 +0000 (19:58 +0100)] 
urlmon: Use pluggable protocol for ftp binding.

15 years agourlmon: Added ftp pluggable protocol implementation.
Jacek Caban [Mon, 2 Mar 2009 18:57:35 +0000 (19:57 +0100)] 
urlmon: Added ftp pluggable protocol implementation.

15 years agowininet: Don't send INTERNET_STATUS_HANDLE_CLOSING notification for ftp session creat...
Jacek Caban [Mon, 2 Mar 2009 18:57:17 +0000 (19:57 +0100)] 
wininet: Don't send INTERNET_STATUS_HANDLE_CLOSING notification for ftp session created by InternetOpenUrl.

15 years agouninstaller: Only load error strings when needed.
Alexandre Julliard [Tue, 3 Mar 2009 11:35:35 +0000 (12:35 +0100)] 
uninstaller: Only load error strings when needed.

15 years agouninstaller: Use DELAYIMPORTS on the GUI dlls to speed up 'uninstaller --list'.
Francois Gouget [Mon, 2 Mar 2009 18:26:35 +0000 (19:26 +0100)] 
uninstaller: Use DELAYIMPORTS on the GUI dlls to speed up 'uninstaller --list'.

15 years agodinput: Add few special cases for key mappings.
Vitaliy Margolen [Fri, 27 Feb 2009 16:20:08 +0000 (09:20 -0700)] 
dinput: Add few special cases for key mappings.

15 years agokernel32/tests: Add named pipe test using i/o completion ports.
Vincent Povirk [Fri, 20 Feb 2009 19:39:44 +0000 (13:39 -0600)] 
kernel32/tests: Add named pipe test using i/o completion ports.

15 years agokernel32: Fix the last error code for timeout in GetQueuedCompletionStatus.
Alexandre Julliard [Mon, 2 Mar 2009 19:35:23 +0000 (20:35 +0100)] 
kernel32: Fix the last error code for timeout in GetQueuedCompletionStatus.

15 years agoserver: Make the new named pipe server fd inherit the I/O completion if it was set...
Alexandre Julliard [Mon, 2 Mar 2009 19:34:39 +0000 (20:34 +0100)] 
server: Make the new named pipe server fd inherit the I/O completion if it was set before connecting.

15 years agoserver: Overlapped named pipes are never blocking, even if no APC was specified.
Alexandre Julliard [Mon, 2 Mar 2009 19:33:52 +0000 (20:33 +0100)] 
server: Overlapped named pipes are never blocking, even if no APC was specified.

15 years agoREADME: Swedish translation.
Anders Jonsson [Fri, 27 Feb 2009 22:52:49 +0000 (23:52 +0100)] 
README: Swedish translation.

15 years agoshell32: Update Lithuanian translation.
Aurimas Fischer [Thu, 26 Feb 2009 15:36:46 +0000 (17:36 +0200)] 
shell32: Update Lithuanian translation.

15 years agocomctl32: Add Lithuanian translation.
Aurimas Fischer [Thu, 26 Feb 2009 15:27:09 +0000 (17:27 +0200)] 
comctl32: Add Lithuanian translation.

15 years agoimaadp32: Support for non-standard formats.
Stefano Guidoni [Fri, 27 Feb 2009 19:11:04 +0000 (20:11 +0100)] 
imaadp32: Support for non-standard formats.

15 years agoimaadp32: Fixed adpcm_FormatSuggest.
Stefano Guidoni [Sat, 28 Feb 2009 23:10:15 +0000 (00:10 +0100)] 
imaadp32: Fixed adpcm_FormatSuggest.

15 years agoimaadp32: block align the adpcm extra data.
Stefano Guidoni [Fri, 27 Feb 2009 18:59:11 +0000 (19:59 +0100)] 
imaadp32: block align the adpcm extra data.

15 years agouser32: MENU_TrackMenu, called from TrackPopupMenu(), should send WM_ENTERIDLE messag...
Rein Klazes [Fri, 27 Feb 2009 16:34:46 +0000 (17:34 +0100)] 
user32: MENU_TrackMenu, called from TrackPopupMenu(), should send WM_ENTERIDLE message with the menu window handle as lparam with test.

15 years agod3dx9: ID3DXSprite: Move vdecl creation to ID3DXSprite_Begin.
Tony Wasserka [Sat, 15 Nov 2008 11:48:51 +0000 (12:48 +0100)] 
d3dx9: ID3DXSprite: Move vdecl creation to ID3DXSprite_Begin.

15 years agod3dx9: Implement ID3DXSprite_Get/SetTransform.
Tony Wasserka [Sat, 28 Feb 2009 18:05:29 +0000 (19:05 +0100)] 
d3dx9: Implement ID3DXSprite_Get/SetTransform.

15 years agowinex11: Correctly pad 1 bpp DDB's lines with 0 values.
Eric Pouech [Sat, 28 Feb 2009 13:07:52 +0000 (14:07 +0100)] 
winex11: Correctly pad 1 bpp DDB's lines with 0 values.

15 years agouser32/tests: Fix some test failures on Win98/WinME.
Paul Vriens [Mon, 2 Mar 2009 12:20:30 +0000 (13:20 +0100)] 
user32/tests: Fix some test failures on Win98/WinME.

15 years agomshtml: Implement IHTMLStyle get/put textDecorationBlink.
Alistair Leslie-Hughes [Sun, 1 Mar 2009 09:06:29 +0000 (20:06 +1100)] 
mshtml: Implement IHTMLStyle get/put textDecorationBlink.

15 years agomshtml: Implement IHTMLStyle get/put textDecorationOverline.
Alistair Leslie-Hughes [Sun, 1 Mar 2009 08:57:37 +0000 (19:57 +1100)] 
mshtml: Implement IHTMLStyle get/put textDecorationOverline.

15 years agomshtml: Implement IHTMLStyle get/put textDecorationNone.
Alistair Leslie-Hughes [Sun, 1 Mar 2009 05:53:52 +0000 (16:53 +1100)] 
mshtml: Implement IHTMLStyle get/put textDecorationNone.

15 years agospoolss: Implement AddPrinterDriverExW.
Detlef Riekenberg [Sat, 28 Feb 2009 23:23:26 +0000 (00:23 +0100)] 
spoolss: Implement AddPrinterDriverExW.

15 years agospoolss: Implement DeleteMonitorW.
Detlef Riekenberg [Sat, 28 Feb 2009 23:15:50 +0000 (00:15 +0100)] 
spoolss: Implement DeleteMonitorW.

15 years agospoolss: Implement AddMonitorW.
Detlef Riekenberg [Sat, 28 Feb 2009 22:56:06 +0000 (23:56 +0100)] 
spoolss: Implement AddMonitorW.

15 years agocomctl32: Simplify three TAB_ functions.
Gerald Pfeifer [Sat, 28 Feb 2009 22:53:33 +0000 (23:53 +0100)] 
comctl32: Simplify three TAB_ functions.

15 years agoinclude: Add check to asm macro for Windows Services for Unix/Subsystem for Unix...
Steven Edwards [Sat, 28 Feb 2009 17:38:58 +0000 (12:38 -0500)] 
include: Add check to asm macro for Windows Services for Unix/Subsystem for Unix applications.

15 years agoshdocvw/tests: Detect more interfaces in the webbrowser test.
Detlef Riekenberg [Sun, 1 Mar 2009 22:57:11 +0000 (23:57 +0100)] 
shdocvw/tests: Detect more interfaces in the webbrowser test.

15 years agoshdocvw/tests: Add IServiceProvider to the webbrowser test.
Detlef Riekenberg [Sun, 1 Mar 2009 22:09:02 +0000 (23:09 +0100)] 
shdocvw/tests: Add IServiceProvider to the webbrowser test.

15 years agontoskrnl.exe: Stub for MmQuerySystemSize.
Stefan Leichter [Sun, 1 Mar 2009 08:48:51 +0000 (09:48 +0100)] 
ntoskrnl.exe: Stub for MmQuerySystemSize.

15 years agoiphlpapi: Remove the no longer needed getNumRoutes and GetNumWithOneHeader functions.
Alexandre Julliard [Mon, 2 Mar 2009 11:55:00 +0000 (12:55 +0100)] 
iphlpapi: Remove the no longer needed getNumRoutes and GetNumWithOneHeader functions.

15 years agoiphlpapi: Remove the no longer needed getNumTcpEntries function.
Alexandre Julliard [Mon, 2 Mar 2009 11:54:35 +0000 (12:54 +0100)] 
iphlpapi: Remove the no longer needed getNumTcpEntries function.

15 years agoiphlpapi: Remove the no longer needed getNumUdpEntries function.
Alexandre Julliard [Mon, 2 Mar 2009 11:54:16 +0000 (12:54 +0100)] 
iphlpapi: Remove the no longer needed getNumUdpEntries function.

15 years agoiphlpapi: Remove the no longer needed getNumArpEntries function.
Alexandre Julliard [Mon, 2 Mar 2009 11:53:41 +0000 (12:53 +0100)] 
iphlpapi: Remove the no longer needed getNumArpEntries function.

15 years agoiphlpapi: Moved AllocateAndGetIpForwardTableFromStack implementation to ipstats.c.
Alexandre Julliard [Mon, 2 Mar 2009 11:52:45 +0000 (12:52 +0100)] 
iphlpapi: Moved AllocateAndGetIpForwardTableFromStack implementation to ipstats.c.

15 years agoiphlpapi: Moved AllocateAndGetIpNetTableFromStack implementation to ipstats.c.
Alexandre Julliard [Mon, 2 Mar 2009 11:51:48 +0000 (12:51 +0100)] 
iphlpapi: Moved AllocateAndGetIpNetTableFromStack implementation to ipstats.c.

15 years agoiphlpapi: Moved AllocateAndGetTcpTableFromStack implementation to ipstats.c.
Alexandre Julliard [Mon, 2 Mar 2009 11:51:02 +0000 (12:51 +0100)] 
iphlpapi: Moved AllocateAndGetTcpTableFromStack implementation to ipstats.c.

15 years agoiphlpapi: Moved AllocateAndGetUdpTableFromStack implementation to ipstats.c.
Alexandre Julliard [Mon, 2 Mar 2009 11:50:30 +0000 (12:50 +0100)] 
iphlpapi: Moved AllocateAndGetUdpTableFromStack implementation to ipstats.c.

15 years agoiphlpapi: Reimplement GetIpForwardTable to avoid parsing the same information three...
Alexandre Julliard [Mon, 2 Mar 2009 11:49:09 +0000 (12:49 +0100)] 
iphlpapi: Reimplement GetIpForwardTable to avoid parsing the same information three times.

15 years agoiphlpapi: Reimplement GetIpNetTable to avoid parsing the same information three times.
Alexandre Julliard [Mon, 2 Mar 2009 11:45:58 +0000 (12:45 +0100)] 
iphlpapi: Reimplement GetIpNetTable to avoid parsing the same information three times.

15 years agoiphlpapi: Reimplement GetTcpTable to avoid parsing the same information three times.
Alexandre Julliard [Mon, 2 Mar 2009 11:45:12 +0000 (12:45 +0100)] 
iphlpapi: Reimplement GetTcpTable to avoid parsing the same information three times.

15 years agoiphlpapi: Reimplement GetUdpTable to avoid parsing the same information three times.
Alexandre Julliard [Mon, 2 Mar 2009 11:43:33 +0000 (12:43 +0100)] 
iphlpapi: Reimplement GetUdpTable to avoid parsing the same information three times.

15 years agowordpad: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 2 Mar 2009 07:42:56 +0000 (16:42 +0900)] 
wordpad: Updated Korean resource.

15 years agosetupapi: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 2 Mar 2009 07:42:16 +0000 (16:42 +0900)] 
setupapi: Updated Korean resource.

15 years agod3d10: Implement ID3D10EffectTechnique::GetPassByIndex().
Henri Verbeet [Mon, 2 Mar 2009 07:52:49 +0000 (08:52 +0100)] 
d3d10: Implement ID3D10EffectTechnique::GetPassByIndex().

15 years agod3d10: Implement ID3D10EffectTechnique::GetPassByName().
Henri Verbeet [Mon, 2 Mar 2009 07:52:49 +0000 (08:52 +0100)] 
d3d10: Implement ID3D10EffectTechnique::GetPassByName().

15 years agod3d10: Implement ID3D10Effect::GetTechniqueByIndex().
Henri Verbeet [Mon, 2 Mar 2009 07:52:49 +0000 (08:52 +0100)] 
d3d10: Implement ID3D10Effect::GetTechniqueByIndex().

15 years agod3d10: Implement ID3D10Effect::GetTechniqueByName().
Henri Verbeet [Mon, 2 Mar 2009 07:52:49 +0000 (08:52 +0100)] 
d3d10: Implement ID3D10Effect::GetTechniqueByName().

15 years agod3d10: Fix a typo.
Henri Verbeet [Mon, 2 Mar 2009 07:52:48 +0000 (08:52 +0100)] 
d3d10: Fix a typo.

15 years agoloader: Get rid of the no longer supported wine-kthread.
Alexandre Julliard [Mon, 2 Mar 2009 11:29:32 +0000 (12:29 +0100)] 
loader: Get rid of the no longer supported wine-kthread.

15 years agod3d8/tests: Use win_skip() and skip() where appropriate.
Paul Vriens [Mon, 2 Mar 2009 10:46:58 +0000 (11:46 +0100)] 
d3d8/tests: Use win_skip() and skip() where appropriate.

15 years agouser32: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 2 Mar 2009 09:24:30 +0000 (10:24 +0100)] 
user32: Remove superfluous pointer casts.

15 years agogdi32: Fix the font rotation direction.
Dmitry Timoshkov [Mon, 2 Mar 2009 09:23:31 +0000 (17:23 +0800)] 
gdi32: Fix the font rotation direction.

Apparently at some point either freetype got fixed, or other gdi32
changes made the matrix members usage match freetype. This patch makes
my test application match the Windows behaviour in font rotation direction.

15 years agowinex11.drv: Take into account current world transform when caching glyphs.
Dmitry Timoshkov [Mon, 2 Mar 2009 09:22:59 +0000 (17:22 +0800)] 
winex11.drv: Take into account current world transform when caching glyphs.

This patch basically duplicates the logic for caching fonts from gdi32,
and fixes the problem with a test application which rotates a text string.

15 years agomsi: Handle reading from a NULL stream.
James Hawkins [Mon, 2 Mar 2009 10:34:32 +0000 (02:34 -0800)] 
msi: Handle reading from a NULL stream.

15 years agomsi: Don't treat carriage returns as spaces.
James Hawkins [Mon, 2 Mar 2009 10:34:24 +0000 (02:34 -0800)] 
msi: Don't treat carriage returns as spaces.

15 years agomsi: Don't allow nested quotes in SQL queries.
James Hawkins [Mon, 2 Mar 2009 10:34:17 +0000 (02:34 -0800)] 
msi: Don't allow nested quotes in SQL queries.

15 years agomsi: Add missing calls to MsiViewClose.
James Hawkins [Mon, 2 Mar 2009 10:34:08 +0000 (02:34 -0800)] 
msi: Add missing calls to MsiViewClose.

15 years agomsi: Use a SQL marker to query the _Property table when fetching a property.
James Hawkins [Mon, 2 Mar 2009 10:33:56 +0000 (02:33 -0800)] 
msi: Use a SQL marker to query the _Property table when fetching a property.

15 years agomsi: Delete the view on error.
James Hawkins [Mon, 2 Mar 2009 10:33:48 +0000 (02:33 -0800)] 
msi: Delete the view on error.

15 years agomsi: The PATH environment variable can be longer than MAX_PATH, so dynamically alloca...
James Hawkins [Mon, 2 Mar 2009 10:33:41 +0000 (02:33 -0800)] 
msi: The PATH environment variable can be longer than MAX_PATH, so dynamically allocate strings to deal with that.

15 years agomsi: The _Streams and _Storages table are special and always exist.
James Hawkins [Mon, 2 Mar 2009 05:41:46 +0000 (21:41 -0800)] 
msi: The _Streams and _Storages table are special and always exist.

15 years agomsi: Column attributes for temporary string and int columns should be g and j respect...
James Hawkins [Mon, 2 Mar 2009 05:41:39 +0000 (21:41 -0800)] 
msi: Column attributes for temporary string and int columns should be g and j respectively.

15 years agomsi: Order primary keys to be first in the column list when creating a table.
James Hawkins [Mon, 2 Mar 2009 05:41:30 +0000 (21:41 -0800)] 
msi: Order primary keys to be first in the column list when creating a table.

15 years agomsi: Correctly order transposed column values in the INSERT query.
James Hawkins [Mon, 2 Mar 2009 05:41:22 +0000 (21:41 -0800)] 
msi: Correctly order transposed column values in the INSERT query.

15 years agourlmon: Added IInternetPriority interface stup implementation to FtpProtocol.
Jacek Caban [Mon, 2 Mar 2009 02:21:43 +0000 (03:21 +0100)] 
urlmon: Added IInternetPriority interface stup implementation to FtpProtocol.

15 years agourlmon: Move HttpProtocolVtbl to its implementation (code clean up).
Jacek Caban [Mon, 2 Mar 2009 02:21:22 +0000 (03:21 +0100)] 
urlmon: Move HttpProtocolVtbl to its implementation (code clean up).

15 years agourlmon: Move HttpProtocol::Start implementation to generic Protocol object.
Jacek Caban [Mon, 2 Mar 2009 02:21:07 +0000 (03:21 +0100)] 
urlmon: Move HttpProtocol::Start implementation to generic Protocol object.