wine
14 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.

14 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.

14 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.

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

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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).

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

14 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.

14 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.

14 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.

14 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.

14 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.

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

14 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.

14 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.

14 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.

14 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.

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

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

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

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

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

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

14 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.

14 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.

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

14 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.

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

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

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

14 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.

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

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

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

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

14 years agojscript: Added RegExp_test stub.
Piotr Caban [Wed, 15 Jul 2009 10:51:43 +0000 (12:51 +0200)] 
jscript: Added RegExp_test stub.

14 years agojscript: Improve Number_toString implementation.
Piotr Caban [Wed, 15 Jul 2009 10:51:21 +0000 (12:51 +0200)] 
jscript: Improve Number_toString implementation.

14 years agojscript: Improve to_string implementation.
Piotr Caban [Wed, 15 Jul 2009 10:50:43 +0000 (12:50 +0200)] 
jscript: Improve to_string implementation.

14 years agod3d10: Implement ID3D10Effect::GetVariableByName().
Henri Verbeet [Wed, 15 Jul 2009 10:21:21 +0000 (12:21 +0200)] 
d3d10: Implement ID3D10Effect::GetVariableByName().

14 years agod3d10: Parse effect variables.
Henri Verbeet [Wed, 15 Jul 2009 10:21:20 +0000 (12:21 +0200)] 
d3d10: Parse effect variables.

14 years agod3d10: Do all effect object parsing in parse_fx10_object().
Henri Verbeet [Wed, 15 Jul 2009 10:21:19 +0000 (12:21 +0200)] 
d3d10: Do all effect object parsing in parse_fx10_object().

14 years agod3d10: Rename struct d3d10_effect_variable to struct d3d10_effect_object.
Rico Schüller [Wed, 15 Jul 2009 10:21:18 +0000 (12:21 +0200)] 
d3d10: Rename struct d3d10_effect_variable to struct d3d10_effect_object.

The name d3d10_effect_variable is somewhat misleading, since these
aren't actually effect variables as returned by e.g.
ID3D10Effect::GetVariableByName(), but effect objects as referenced by
effect passes.

14 years agowined3d: Check the return values for some wgl calls.
Henri Verbeet [Wed, 15 Jul 2009 10:21:17 +0000 (12:21 +0200)] 
wined3d: Check the return values for some wgl calls.

14 years agowined3d: Remove the remains of an ATI_fragment_shader hack.
Henri Verbeet [Wed, 15 Jul 2009 10:21:16 +0000 (12:21 +0200)] 
wined3d: Remove the remains of an ATI_fragment_shader hack.

This was originally added as a workaround for a Mesa bug by commit
ddf52dda15e83eae639ef2ce0ec4071b321ce34f. The other half of the hack has since
been removed. This code causes problems when wglDeleteContext() from a
different thread causes our current context to be destroyed, since
wglGetCurrentContext() will return a destroyed context in that case. That is a
flaw in our wgl implementation, since wglDeleteContext() shouldn't allow a
context that's current in a different thread to be destroyed, but this hack is
a bad idea regardless.

14 years agowinedbg: Remove an unneeded pragma from the Swedish translation.
Paul Vriens [Wed, 15 Jul 2009 10:19:05 +0000 (12:19 +0200)] 
winedbg: Remove an unneeded pragma from the Swedish translation.

14 years agoshell32: More Dutch translations fixes.
Austin English [Wed, 15 Jul 2009 03:23:44 +0000 (22:23 -0500)] 
shell32: More Dutch translations fixes.

Translations by Vincent Beers.

14 years agoSet the encoding of the remaining German resources to UTF-8.
Michael Stefaniuc [Wed, 15 Jul 2009 09:52:49 +0000 (11:52 +0200)] 
Set the encoding of the remaining German resources to UTF-8.

14 years agotaskmgr: Convert the German resources to UTF-8.
Michael Stefaniuc [Tue, 14 Jul 2009 23:45:29 +0000 (01:45 +0200)] 
taskmgr: Convert the German resources to UTF-8.

14 years agoshell32: Convert the German resources to UTF-8.
Michael Stefaniuc [Tue, 14 Jul 2009 23:45:39 +0000 (01:45 +0200)] 
shell32: Convert the German resources to UTF-8.

14 years agouser32: Update the German resources and switch them to UTF-8.
Michael Stefaniuc [Tue, 14 Jul 2009 23:45:48 +0000 (01:45 +0200)] 
user32: Update the German resources and switch them to UTF-8.

14 years agowinecfg: Convert the German resources to UTF-8.
Michael Stefaniuc [Tue, 14 Jul 2009 23:46:07 +0000 (01:46 +0200)] 
winecfg: Convert the German resources to UTF-8.