wine
15 years agod3dx9: Fix D3DXMatrixStack_LoadMatrix to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 15:51:50 +0000 (17:51 +0200)] 
d3dx9: Fix D3DXMatrixStack_LoadMatrix to make tests pass in Windows.

15 years agod3dx9: Fix D3DXVec4Normalize to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 16:19:45 +0000 (18:19 +0200)] 
d3dx9: Fix D3DXVec4Normalize to make tests pass in Windows.

15 years agod3dx9: Fix D3DXVec3TransformCoord to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 16:18:32 +0000 (18:18 +0200)] 
d3dx9: Fix D3DXVec3TransformCoord to make tests pass in Windows.

15 years agod3dx9: Fix D3DXVec2TransformCoord to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 16:14:32 +0000 (18:14 +0200)] 
d3dx9: Fix D3DXVec2TransformCoord to make tests pass in Windows.

15 years agomapi32: Add version numbers to version resource.
Vincent Povirk [Fri, 17 Jul 2009 15:40:07 +0000 (10:40 -0500)] 
mapi32: Add version numbers to version resource.

15 years agowinhlp32: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Thu, 16 Jul 2009 19:22:18 +0000 (12:22 -0700)] 
winhlp32: Update Portuguese translation and convert to UTF8.

15 years agowinedbg: Add Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 13:57:49 +0000 (06:57 -0700)] 
winedbg: Add Portuguese translation.

15 years agooleacc: Add Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 13:49:07 +0000 (06:49 -0700)] 
oleacc: Add Portuguese translation.

15 years agoRelease 1.1.26. wine-1.1.26
Alexandre Julliard [Fri, 17 Jul 2009 16:38:57 +0000 (18:38 +0200)] 
Release 1.1.26.

15 years agoUpdated the authors list.
Alexandre Julliard [Fri, 17 Jul 2009 15:18:59 +0000 (17:18 +0200)] 
Updated the authors list.

15 years agokernel32: Update French translation of error messages.
Frédéric Delanoy [Fri, 17 Jul 2009 12:43:11 +0000 (14:43 +0200)] 
kernel32: Update French translation of error messages.

15 years agorichedit: Handle missing colours in rtf colour table.
Dylan Smith [Fri, 17 Jul 2009 13:17:20 +0000 (09:17 -0400)] 
richedit: Handle missing colours in rtf colour table.

When a colour table entry is empty, then the default colour is used.
For an incomplete colour table entry 0 is used for the missing colours.

Previously the -1 value used internally for missing colours was being
converted into white, where it should be using the default colour that
is normally black.

This bug could be seen by loading the following rich text into wordpad:
{\rtf{\colortbl;;}\cf1 text}

15 years agodevenum: Update Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 11:45:32 +0000 (04:45 -0700)] 
devenum: Update Portuguese translation.

15 years agocryptdlg: Add Portuguese translation.
Ricardo Filipe [Fri, 17 Jul 2009 11:21:13 +0000 (04:21 -0700)] 
cryptdlg: Add Portuguese translation.

15 years agowordpad: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Fri, 17 Jul 2009 10:30:55 +0000 (03:30 -0700)] 
wordpad: Update Portuguese translation and convert to UTF8.

15 years agouser32/tests: Show that Windows avoids creating loops in a menu tree, probably by...
Rein Klazes [Thu, 16 Jul 2009 10:30:29 +0000 (12:30 +0200)] 
user32/tests: Show that Windows avoids creating loops in a menu tree, probably by limiting the depth of such tree.

15 years agows2_32: IPv6 functionality for WSAAddressToStringW.
Jeff Latimer [Fri, 17 Jul 2009 10:25:59 +0000 (20:25 +1000)] 
ws2_32: IPv6 functionality for WSAAddressToStringW.

15 years agows2_32/tests: IPv6 tests for WSAAddressToStringW.
Jeff Latimer [Fri, 17 Jul 2009 10:25:07 +0000 (20:25 +1000)] 
ws2_32/tests: IPv6 tests for WSAAddressToStringW.

15 years agowinecfg: Add the codepage pragma for German translation.
André Hentschel [Fri, 17 Jul 2009 10:22:10 +0000 (12:22 +0200)] 
winecfg: Add the codepage pragma for German translation.

15 years agoappwiz.cpl: Fix German translation.
André Hentschel [Fri, 17 Jul 2009 10:16:41 +0000 (12:16 +0200)] 
appwiz.cpl: Fix German translation.

15 years agogdi32/tests: Add a broken case for some versions of winxp.
Huw Davies [Fri, 17 Jul 2009 09:57:03 +0000 (10:57 +0100)] 
gdi32/tests: Add a broken case for some versions of winxp.

15 years agod3dx9: Fix D3DXQuaternionNormalize to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 09:32:38 +0000 (11:32 +0200)] 
d3dx9: Fix D3DXQuaternionNormalize to make tests pass in Windows.

15 years agod3dx9: Fix D3DXQuaternionInverse to make tests pass in Windows.
David Adam [Fri, 17 Jul 2009 09:30:29 +0000 (11:30 +0200)] 
d3dx9: Fix D3DXQuaternionInverse to make tests pass in Windows.

15 years agorichedit: Keep scrollbars hidden without WS_HSCROLL & WS_VSCROLL.
Dylan Smith [Thu, 16 Jul 2009 22:46:04 +0000 (18:46 -0400)] 
richedit: Keep scrollbars hidden without WS_HSCROLL & WS_VSCROLL.

15 years agorichedit: Initially disable scrollbars for ES_DISABLENOSCROLL.
Dylan Smith [Thu, 16 Jul 2009 22:45:59 +0000 (18:45 -0400)] 
richedit: Initially disable scrollbars for ES_DISABLENOSCROLL.

Previously after initial window creation of a richedit control with the
ES_DISABLENOSCROLL window style flag the scrollbar would be shown but
not disabled.  This patch fixes this issue by explicitly disabling and
showing the scrollbar.

15 years agowined3d: Avoid redundant FBO binds.
Henri Verbeet [Fri, 17 Jul 2009 08:34:05 +0000 (10:34 +0200)] 
wined3d: Avoid redundant FBO binds.

Apparently this is an expensive operation for certain drivers, even if the
binding doesn't actually change.

15 years agowined3d: Always use context_bind_fbo() to change the framebuffer binding.
Henri Verbeet [Fri, 17 Jul 2009 08:34:04 +0000 (10:34 +0200)] 
wined3d: Always use context_bind_fbo() to change the framebuffer binding.

15 years agowined3d: Pass the context instead of the device to the various context functions.
Henri Verbeet [Fri, 17 Jul 2009 08:34:03 +0000 (10:34 +0200)] 
wined3d: Pass the context instead of the device to the various context functions.

15 years agowined3d: Store a pointer to wined3d_gl_info in struct WineD3DContext.
Henri Verbeet [Fri, 17 Jul 2009 08:34:02 +0000 (10:34 +0200)] 
wined3d: Store a pointer to wined3d_gl_info in struct WineD3DContext.

15 years agowined3d: Rename _WineD3D_GL_Info to struct wined3d_gl_info.
Henri Verbeet [Fri, 17 Jul 2009 08:34:01 +0000 (10:34 +0200)] 
wined3d: Rename _WineD3D_GL_Info to struct wined3d_gl_info.

15 years agowordpad: Change some string resource ids to logically group the strings in separate...
Michael Stefaniuc [Fri, 17 Jul 2009 08:17:07 +0000 (10:17 +0200)] 
wordpad: Change some string resource ids to logically group the strings in separate STRINGTABLEs.

15 years agorichedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style.
Dylan Smith [Fri, 17 Jul 2009 00:01:25 +0000 (20:01 -0400)] 
richedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style.

When the richedit control is created without the ES_AUTOHSCROLL or the
ES_AUTOVSCROLL, then scrolling isn't done automatically when moving the
cursor with the arrow keys, drag selecting with the mouse, or even from
using the EM_SCROLLCARET (based on testing using a modified version of
wordpad).

15 years agoinclude: Added ntddndis.h.
Jacek Caban [Thu, 16 Jul 2009 23:43:09 +0000 (01:43 +0200)] 
include: Added ntddndis.h.

15 years agowininet: Code clean up by using heap_strdup* functions.
Jacek Caban [Thu, 16 Jul 2009 23:17:13 +0000 (01:17 +0200)] 
wininet: Code clean up by using heap_strdup* functions.

15 years agowininet: Code clean up by using heap_strdup* functions.
Jacek Caban [Fri, 17 Jul 2009 00:05:36 +0000 (02:05 +0200)] 
wininet: Code clean up by using heap_strdup* functions.

15 years agowininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
Jacek Caban [Thu, 16 Jul 2009 23:12:04 +0000 (01:12 +0200)] 
wininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.

15 years agowininet: Rename WININET_strdup_AtoW to heap_strdupAtoW and handle NULL argument in...
Jacek Caban [Thu, 16 Jul 2009 23:11:24 +0000 (01:11 +0200)] 
wininet: Rename WININET_strdup_AtoW to heap_strdupAtoW and handle NULL argument in its implementation.

15 years agowininet: Rename WININET_strdupW to standard heap_strdupW.
Jacek Caban [Thu, 16 Jul 2009 23:10:41 +0000 (01:10 +0200)] 
wininet: Rename WININET_strdupW to standard heap_strdupW.

15 years agowinefile: Fix Portuguese translation.
Ricardo Filipe [Thu, 16 Jul 2009 19:13:08 +0000 (12:13 -0700)] 
winefile: Fix Portuguese translation.

15 years agoappwiz.cpl: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Thu, 16 Jul 2009 19:06:52 +0000 (12:06 -0700)] 
appwiz.cpl: Update Portuguese translation and convert to UTF8.

15 years agocmd: Convert the Russian resources to UTF-8.
Vladimir Pankratov [Thu, 16 Jul 2009 17:53:50 +0000 (22:53 +0500)] 
cmd: Convert the Russian resources to UTF-8.

15 years agows2_32: Make sure sockaddr is big enough when formatting an IPv6 address.
Juan Lang [Thu, 16 Jul 2009 15:48:32 +0000 (08:48 -0700)] 
ws2_32: Make sure sockaddr is big enough when formatting an IPv6 address.

15 years agows2_32: Remove an unnecessary cast.
Juan Lang [Thu, 16 Jul 2009 15:46:20 +0000 (08:46 -0700)] 
ws2_32: Remove an unnecessary cast.

15 years agouuid: Include some more headers.
Alexandre Julliard [Thu, 16 Jul 2009 14:36:38 +0000 (16:36 +0200)] 
uuid: Include some more headers.

15 years agogdi32/tests: Added tests for BitBlt.
Joel Holdsworth [Wed, 15 Jul 2009 21:08:45 +0000 (22:08 +0100)] 
gdi32/tests: Added tests for BitBlt.

15 years agowinhttp: Fix a crash on Vista and higher.
Paul Vriens [Thu, 16 Jul 2009 13:47:38 +0000 (15:47 +0200)] 
winhttp: Fix a crash on Vista and higher.

15 years agoshell32: Export IsUserAnAdmin by name as well.
Vitaliy Margolen [Thu, 16 Jul 2009 13:15:22 +0000 (07:15 -0600)] 
shell32: Export IsUserAnAdmin by name as well.

15 years agowined3d: Recognize the SM4 dp4 opcode.
Henri Verbeet [Thu, 16 Jul 2009 11:08:25 +0000 (13:08 +0200)] 
wined3d: Recognize the SM4 dp4 opcode.

15 years agowined3d: Recognize the SM4 dp3 opcode.
Henri Verbeet [Thu, 16 Jul 2009 11:08:24 +0000 (13:08 +0200)] 
wined3d: Recognize the SM4 dp3 opcode.

15 years agowined3d: Recognize the SM4 rsq opcode.
Henri Verbeet [Thu, 16 Jul 2009 11:08:23 +0000 (13:08 +0200)] 
wined3d: Recognize the SM4 rsq opcode.

15 years agowined3d: Recognize the SM4 constant buffer register type.
Henri Verbeet [Thu, 16 Jul 2009 11:08:22 +0000 (13:08 +0200)] 
wined3d: Recognize the SM4 constant buffer register type.

15 years agowined3d: Recognize SM4 arrays.
Henri Verbeet [Thu, 16 Jul 2009 11:08:21 +0000 (13:08 +0200)] 
wined3d: Recognize SM4 arrays.

This is for SM4 constant buffers, which look like cb<x>[<y>]. At some later
point we should probably translate pre-SM4 constants to constant buffers.

15 years agod3dx9: Remove a failing test in Windows.
David Adam [Wed, 15 Jul 2009 19:14:00 +0000 (21:14 +0200)] 
d3dx9: Remove a failing test in Windows.

15 years agod3dx9: Fix D3DXQuaternionToAxisAngle to make tests pass in Windows.
David Adam [Wed, 15 Jul 2009 19:04:01 +0000 (21:04 +0200)] 
d3dx9: Fix D3DXQuaternionToAxisAngle to make tests pass in Windows.

15 years agot2embed: Implement TTLoadEmbeddedFont as a stub.
Andrew Nguyen [Thu, 16 Jul 2009 03:00:22 +0000 (22:00 -0500)] 
t2embed: Implement TTLoadEmbeddedFont as a stub.

15 years agojscript: Fix create_exec_ctx implementation.
Piotr Caban [Wed, 15 Jul 2009 23:17:00 +0000 (01:17 +0200)] 
jscript: Fix create_exec_ctx implementation.

15 years agojscript: Remove broken tests.
Piotr Caban [Wed, 15 Jul 2009 23:16:45 +0000 (01:16 +0200)] 
jscript: Remove broken tests.

15 years agojscript: Improve Object_toString implementation.
Piotr Caban [Wed, 15 Jul 2009 23:16:15 +0000 (01:16 +0200)] 
jscript: Improve Object_toString implementation.

15 years agowinemine: Add ellipses for IDM_CUSTOM.
Detlef Riekenberg [Wed, 15 Jul 2009 14:58:28 +0000 (16:58 +0200)] 
winemine: Add ellipses for IDM_CUSTOM.

15 years agoshdoclc: Fix Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 14:16:33 +0000 (07:16 -0700)] 
shdoclc: Fix Portuguese translation and convert to UTF8.

15 years agomshtml: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 14:05:42 +0000 (07:05 -0700)] 
mshtml: Update Portuguese translation and convert to UTF8.

15 years agogphoto2.ds: Fix Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 13:49:34 +0000 (06:49 -0700)] 
gphoto2.ds: Fix Portuguese translation and convert to UTF8.

15 years agokernel32: Implement WTSGetActiveConsoleSessionId as a stub.
Andrew Nguyen [Thu, 16 Jul 2009 03:00:13 +0000 (22:00 -0500)] 
kernel32: Implement WTSGetActiveConsoleSessionId as a stub.

15 years agowinex11: Add a function for retrieving the bitmap GC.
Roderick Colenbrander [Thu, 9 Jul 2009 19:51:05 +0000 (21:51 +0200)] 
winex11: Add a function for retrieving the bitmap GC.

15 years agowined3d: Use the unmodified source in MOVA.
Stefan Dösinger [Wed, 15 Jul 2009 18:57:58 +0000 (20:57 +0200)] 
wined3d: Use the unmodified source in MOVA.

The code removed by this patch was a leftover from the time when we tried to
emulate MOVA with a plain ARL, which only supports one source in plain ARB.
This breaks the more sophisticated MOVA and 4 component ADDR register we have
now however.

15 years agowined3d: Don't call glGetError if nobody is listening.
Stefan Dösinger [Wed, 15 Jul 2009 16:45:03 +0000 (18:45 +0200)] 
wined3d: Don't call glGetError if nobody is listening.

15 years agocomctl32: Explicitly initialize visible order of a newly added item, force visible...
Dmitry Timoshkov [Thu, 16 Jul 2009 08:34:54 +0000 (17:34 +0900)] 
comctl32: Explicitly initialize visible order of a newly added item, force visible order recalculation on redraw.

15 years agoSet the encoding of the Romanian resources to UTF-8.
Michael Stefaniuc [Wed, 15 Jul 2009 23:12:03 +0000 (01:12 +0200)] 
Set the encoding of the Romanian resources to UTF-8.

15 years agowrc: Report an error when encountering non-ASCII characters.
Alexandre Julliard [Thu, 16 Jul 2009 09:15:15 +0000 (11:15 +0200)] 
wrc: Report an error when encountering non-ASCII characters.

15 years agowrc: Avoid a crash if a file didn't contain any resources.
Alexandre Julliard [Thu, 16 Jul 2009 09:15:00 +0000 (11:15 +0200)] 
wrc: Avoid a crash if a file didn't contain any resources.

15 years agotaskmgr: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Thu, 16 Jul 2009 00:40:49 +0000 (17:40 -0700)] 
taskmgr: Update Portuguese translation and convert to UTF8.

15 years agoreg: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 23:05:39 +0000 (16:05 -0700)] 
reg: Update Portuguese translation and convert to UTF8.

15 years agocomctl32/dpa: Don't use start index on searching sorted array.
Nikolay Sivov [Wed, 15 Jul 2009 19:59:25 +0000 (23:59 +0400)] 
comctl32/dpa: Don't use start index on searching sorted array.

15 years agogdi32: In init_system_links, reinitialize val_len and data_len before continuing.
Aric Stewart [Wed, 15 Jul 2009 19:31:17 +0000 (14:31 -0500)] 
gdi32: In init_system_links, reinitialize val_len and data_len before continuing.

15 years agoinclude: Added netcon.idl.
Jacek Caban [Wed, 15 Jul 2009 22:58:25 +0000 (00:58 +0200)] 
include: Added netcon.idl.

15 years agoappwiz.cpl: Fix French UI display and wording.
Frédéric Delanoy [Wed, 15 Jul 2009 21:36:15 +0000 (23:36 +0200)] 
appwiz.cpl: Fix French UI display and wording.

15 years agowinhttp: Use the correct address length when connecting.
Juan Lang [Wed, 15 Jul 2009 20:03:19 +0000 (13:03 -0700)] 
winhttp: Use the correct address length when connecting.

15 years agowinhttp: Fix a comment typo.
Juan Lang [Wed, 15 Jul 2009 15:40:51 +0000 (08:40 -0700)] 
winhttp: Fix a comment typo.

15 years agoappwiz.cpl: Update Lithuanian translation.
Aurimas Fišeras [Wed, 15 Jul 2009 15:59:04 +0000 (18:59 +0300)] 
appwiz.cpl: Update Lithuanian translation.

15 years agoshell32: Correct German language.
André Hentschel [Wed, 15 Jul 2009 15:45:44 +0000 (17:45 +0200)] 
shell32: Correct German language.

15 years agoappwiz.cpl: Correct German language.
André Hentschel [Wed, 15 Jul 2009 15:25:14 +0000 (17:25 +0200)] 
appwiz.cpl: Correct German language.

15 years agosane: Remove BOM from Japanese resource.
Aric Stewart [Wed, 15 Jul 2009 15:06:45 +0000 (10:06 -0500)] 
sane: Remove BOM from Japanese resource.

15 years agocomctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is not set...
Dmitry Timoshkov [Wed, 15 Jul 2009 12:21:26 +0000 (21:21 +0900)] 
comctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is not set, trigger the redraw on WM_SETREDRAW/TRUE.

15 years agocrypt32: Update Portuguese translation and convert to UTF8.
Ricardo Filipe [Wed, 15 Jul 2009 11:56:18 +0000 (04:56 -0700)] 
crypt32: Update Portuguese translation and convert to UTF8.

15 years agowindowscodecs: Register BMP decoder as a bitmap decoder.
Vincent Povirk [Mon, 6 Jul 2009 22:53:36 +0000 (17:53 -0500)] 
windowscodecs: Register BMP decoder as a bitmap decoder.

15 years agomsi: Build a proper tab chain by walking through the controls list.
Alexandre Julliard [Wed, 15 Jul 2009 12:22:14 +0000 (14:22 +0200)] 
msi: Build a proper tab chain by walking through the controls list.

Simply changing Z-order as we encounter windows is not sufficient to
ensure correct ordering, we have to rebuild the list from scratch.

15 years agowinhttp: Issue CONNECT command to connect to a secure server through a proxy server.
Juan Lang [Tue, 14 Jul 2009 20:05:01 +0000 (13:05 -0700)] 
winhttp: Issue CONNECT command to connect to a secure server through a proxy server.

15 years agowinhttp: Don't set port number to a default before scheme is known.
Juan Lang [Tue, 14 Jul 2009 20:04:42 +0000 (13:04 -0700)] 
winhttp: Don't set port number to a default before scheme is known.

15 years agowinhttp: Allow full path in addition to relative path in headers to accomodate proxy...
Juan Lang [Tue, 14 Jul 2009 20:04:20 +0000 (13:04 -0700)] 
winhttp: Allow full path in addition to relative path in headers to accomodate proxy servers.

15 years agowinhttp: Use proxy server when redirecting.
Juan Lang [Tue, 14 Jul 2009 20:03:52 +0000 (13:03 -0700)] 
winhttp: Use proxy server when redirecting.

15 years agowinhttp: Use a helper function to set connect_t's servername and port.
Juan Lang [Tue, 14 Jul 2009 20:03:26 +0000 (13:03 -0700)] 
winhttp: Use a helper function to set connect_t's servername and port.

15 years agowinhttp: Connect to the proxy port rather than the host port.
Juan Lang [Tue, 14 Jul 2009 20:03:10 +0000 (13:03 -0700)] 
winhttp: Connect to the proxy port rather than the host port.

15 years agowinhttp: When connecting via a proxy include full hostname and scheme in path.
Juan Lang [Tue, 14 Jul 2009 20:02:48 +0000 (13:02 -0700)] 
winhttp: When connecting via a proxy include full hostname and scheme in path.

15 years agowinhttp: Set connect_t's servername and port based on proxy settings.
Juan Lang [Tue, 14 Jul 2009 20:02:29 +0000 (13:02 -0700)] 
winhttp: Set connect_t's servername and port based on proxy settings.

15 years agowinhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in WinHttpOpen.
Juan Lang [Tue, 14 Jul 2009 20:01:48 +0000 (13:01 -0700)] 
winhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in WinHttpOpen.

15 years agowinhttp: Support getting the default proxy settings from the http_proxy environment...
Juan Lang [Tue, 14 Jul 2009 20:01:26 +0000 (13:01 -0700)] 
winhttp: Support getting the default proxy settings from the http_proxy environment variable.

15 years agowinhttp: Implement WinHttpGetDefaultProxyConfiguration.
Juan Lang [Tue, 14 Jul 2009 20:00:38 +0000 (13:00 -0700)] 
winhttp: Implement WinHttpGetDefaultProxyConfiguration.

15 years agowinhttp: Implement WinHttpSetDefaultProxyConfiguration.
Juan Lang [Tue, 14 Jul 2009 19:53:14 +0000 (12:53 -0700)] 
winhttp: Implement WinHttpSetDefaultProxyConfiguration.

15 years agowinhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
Juan Lang [Tue, 14 Jul 2009 19:36:41 +0000 (12:36 -0700)] 
winhttp: Add tests for WinHttpSetDefaultProxyConfiguration.

15 years agocomctl32: Fix division by zero.
Vladimir Pankratov [Tue, 14 Jul 2009 09:01:23 +0000 (14:01 +0500)] 
comctl32: Fix division by zero.