wine-orson.git
15 years agoRelease 1.1.18. wine-1.1.18
Alexandre Julliard [Fri, 27 Mar 2009 18:31:22 +0000 (19:31 +0100)]
Release 1.1.18.

15 years agomsi: Allocate token information buffer dynamically.
Hans Leidekker [Fri, 27 Mar 2009 12:41:35 +0000 (13:41 +0100)]
msi: Allocate token information buffer dynamically.

15 years agomsi: Add tests for MsiEnumProducts.
Hans Leidekker [Fri, 27 Mar 2009 12:40:59 +0000 (13:40 +0100)]
msi: Add tests for MsiEnumProducts.

15 years agomsi: Enumerate products from all contexts.
Hans Leidekker [Fri, 27 Mar 2009 12:40:16 +0000 (13:40 +0100)]
msi: Enumerate products from all contexts.

Fix for office 2007 proofing tools installer.

15 years agokernel32/tests: Fix some test failures on NT4 and below.
Paul Vriens [Fri, 27 Mar 2009 10:46:25 +0000 (11:46 +0100)]
kernel32/tests: Fix some test failures on NT4 and below.

15 years agowinemp3: Fixed mpeg3_streamsize.
Stefano Guidoni [Tue, 24 Mar 2009 19:52:54 +0000 (20:52 +0100)]
winemp3: Fixed mpeg3_streamsize.

mpeg3_streamsize must estimate the number of samples of an mp3 chunk.
The result must be block aligned (PCM) or frame aligned (MP3).

15 years agouser32/tests: Show that a submenu is still functional after calling DestroyMenu().
Rein Klazes [Fri, 27 Mar 2009 07:40:26 +0000 (08:40 +0100)]
user32/tests: Show that a submenu is still functional after calling DestroyMenu().

15 years agowined3d: Unify vertex and texture formats.
Henri Verbeet [Fri, 27 Mar 2009 09:25:56 +0000 (10:25 +0100)]
wined3d: Unify vertex and texture formats.

Some fields should be redundant now, eg. gl_vtx_type and glType. I'll leave
that for a different patch to fix though.

15 years agowined3d: Don't create an END element for wined3d vertex declarations.
Henri Verbeet [Fri, 27 Mar 2009 09:25:56 +0000 (10:25 +0100)]
wined3d: Don't create an END element for wined3d vertex declarations.

Wined3d doesn't need it since it already has the element count.

15 years agowined3d: Separate the internal representation of vertex declaration elements from...
Henri Verbeet [Fri, 27 Mar 2009 09:25:56 +0000 (10:25 +0100)]
wined3d: Separate the internal representation of vertex declaration elements from the struct used to create it.

Internally we want to store some extra data, like ffp_valid. One of the later
patches also stores the format desc in the declaration elements, instead of
the current WINED3DDECLTYPE.

15 years agowined3d: Remove IWineD3DVertexDeclaration_SetDeclaration() from the public interface.
Henri Verbeet [Fri, 27 Mar 2009 09:25:55 +0000 (10:25 +0100)]
wined3d: Remove IWineD3DVertexDeclaration_SetDeclaration() from the public interface.

15 years agowined3d: Remove IWineD3DVertexDeclarationImpl_GetDeclaration().
Henri Verbeet [Fri, 27 Mar 2009 09:25:55 +0000 (10:25 +0100)]
wined3d: Remove IWineD3DVertexDeclarationImpl_GetDeclaration().

It's never used.

15 years agowined3d: Use separate structures for ddraw style strided data and wined3d's internal...
Henri Verbeet [Fri, 27 Mar 2009 09:25:55 +0000 (10:25 +0100)]
wined3d: Use separate structures for ddraw style strided data and wined3d's internal stream info.

15 years agowined3d: Make sure the format actually exists in init_format_texture_info().
Henri Verbeet [Fri, 27 Mar 2009 09:25:55 +0000 (10:25 +0100)]
wined3d: Make sure the format actually exists in init_format_texture_info().

15 years agowined3d: Create a separate function for setting a format's GL texture info.
Henri Verbeet [Fri, 27 Mar 2009 14:15:17 +0000 (15:15 +0100)]
wined3d: Create a separate function for setting a format's GL texture info.

15 years agowined3d: Create a separate function for setting format fixups.
Henri Verbeet [Fri, 27 Mar 2009 14:15:17 +0000 (15:15 +0100)]
wined3d: Create a separate function for setting format fixups.

15 years agowined3d: Create a separate function for checking a format's FBO compatibility.
Henri Verbeet [Fri, 27 Mar 2009 14:15:17 +0000 (15:15 +0100)]
wined3d: Create a separate function for checking a format's FBO compatibility.

15 years agowined3d: Create a separate function for setting basic format info.
Henri Verbeet [Fri, 27 Mar 2009 09:25:54 +0000 (10:25 +0100)]
wined3d: Create a separate function for setting basic format info.

15 years agocrypt32: Update the German translation.
Michael Stefaniuc [Fri, 27 Mar 2009 10:04:34 +0000 (11:04 +0100)]
crypt32: Update the German translation.

15 years agocrypt32: Change the encoding of the German translation to UTF8.
Michael Stefaniuc [Fri, 27 Mar 2009 10:04:03 +0000 (11:04 +0100)]
crypt32: Change the encoding of the German translation to UTF8.

15 years agowordpad: Update Swedish translation.
Anders Jonsson [Fri, 27 Mar 2009 09:42:45 +0000 (10:42 +0100)]
wordpad: Update Swedish translation.

15 years agokernel32: Add stub for GetSystemTimes.
Christian Costa [Thu, 26 Mar 2009 22:00:55 +0000 (23:00 +0100)]
kernel32: Add stub for GetSystemTimes.

15 years agoadvapi32: Constify some variables.
Andrew Talbot [Thu, 26 Mar 2009 21:23:55 +0000 (21:23 +0000)]
advapi32: Constify some variables.

15 years agoadvapi32: Constify some variables.
Andrew Talbot [Thu, 26 Mar 2009 21:23:50 +0000 (21:23 +0000)]
advapi32: Constify some variables.

15 years agokernel32/tests: Fix crash on NT4 and higher.
Paul Vriens [Wed, 25 Mar 2009 16:14:25 +0000 (17:14 +0100)]
kernel32/tests: Fix crash on NT4 and higher.

15 years agorpcrt4/test: Change a skip to win_skip.
Austin English [Thu, 26 Mar 2009 05:53:30 +0000 (00:53 -0500)]
rpcrt4/test: Change a skip to win_skip.

15 years agomsvcrt: Add tests for _vscprintf and _vscwprintf.
Hans Leidekker [Thu, 26 Mar 2009 11:46:30 +0000 (12:46 +0100)]
msvcrt: Add tests for _vscprintf and _vscwprintf.

15 years agomsvcrt: Implement _vscprintf and _vscwprintf.
Hans Leidekker [Thu, 26 Mar 2009 11:45:59 +0000 (12:45 +0100)]
msvcrt: Implement _vscprintf and _vscwprintf.

15 years agohal: Fix KfRaiseIrql declaration.
Alexander Morozov [Thu, 26 Mar 2009 13:52:29 +0000 (16:52 +0300)]
hal: Fix KfRaiseIrql declaration.

15 years agoole32: Set the 'Ole Private Data' clipboard format.
Huw Davies [Thu, 26 Mar 2009 13:32:16 +0000 (13:32 +0000)]
ole32: Set the 'Ole Private Data' clipboard format.

15 years agoole32: OleFlushClipboard shouldn't call EmptyClipboard.
Huw Davies [Thu, 26 Mar 2009 13:38:18 +0000 (13:38 +0000)]
ole32: OleFlushClipboard shouldn't call EmptyClipboard.

15 years agorpcrt4: Ensure that only the IP/IPv6 address families are considered in rpcrt4_protse...
Rob Shearman [Thu, 26 Mar 2009 13:35:57 +0000 (13:35 +0000)]
rpcrt4: Ensure that only the IP/IPv6 address families are considered in rpcrt4_protseq_ncacn_ip_tcp_open_endpoint/rpcrt4_ncacn_ip_tcp_open.

15 years agorpcrt4: Allow listening on dynamically generated ncacn_ip_tcp endpoints.
Rob Shearman [Thu, 26 Mar 2009 13:35:43 +0000 (13:35 +0000)]
rpcrt4: Allow listening on dynamically generated ncacn_ip_tcp endpoints.

15 years agorpcrt4: Re-use already registered endpoints for a protocol sequence.
Rob Shearman [Thu, 26 Mar 2009 13:35:36 +0000 (13:35 +0000)]
rpcrt4: Re-use already registered endpoints for a protocol sequence.

Return RPC_S_INVALID_ENDPOINT_FORMAT if a NULL endpoint is passed into
RpcServerUseProtseqEp{,Ex}{A,W}.

15 years agowidl: Include the version number in the __WIDL__ preprocessor definition.
Rob Shearman [Thu, 26 Mar 2009 13:31:25 +0000 (13:31 +0000)]
widl: Include the version number in the __WIDL__ preprocessor definition.

15 years agowined3d: Pass the number of components to glVertexBlendARB().
Henri Verbeet [Thu, 26 Mar 2009 09:43:41 +0000 (10:43 +0100)]
wined3d: Pass the number of components to glVertexBlendARB().

15 years agowined3d: Simplify the "transformed" check in state_lighting().
Henri Verbeet [Thu, 26 Mar 2009 09:43:40 +0000 (10:43 +0100)]
wined3d: Simplify the "transformed" check in state_lighting().

It doesn't really matter if lighting is enabled or not if we don't have
position data.

15 years agowined3d: Simplify IWineD3DDeviceImpl_ProcessVertices().
Henri Verbeet [Thu, 26 Mar 2009 09:43:40 +0000 (10:43 +0100)]
wined3d: Simplify IWineD3DDeviceImpl_ProcessVertices().

15 years agowined3d: Simplify remove_vbos().
Henri Verbeet [Thu, 26 Mar 2009 09:43:40 +0000 (10:43 +0100)]
wined3d: Simplify remove_vbos().

15 years agowined3d: Remove unused attributes from WineDirect3DVertexStridedData.
Henri Verbeet [Thu, 26 Mar 2009 09:43:39 +0000 (10:43 +0100)]
wined3d: Remove unused attributes from WineDirect3DVertexStridedData.

These are essentially unused, and mostly just complicate the code.

15 years agod3d9: Don't depend on specific display modes in test_reset().
Henri Verbeet [Thu, 26 Mar 2009 09:43:39 +0000 (10:43 +0100)]
d3d9: Don't depend on specific display modes in test_reset().

15 years agod3d9: Properly initialize the viewport dimensions.
Henri Verbeet [Thu, 26 Mar 2009 09:43:39 +0000 (10:43 +0100)]
d3d9: Properly initialize the viewport dimensions.

15 years agod3d9: Fix some indentation.
Henri Verbeet [Thu, 26 Mar 2009 09:43:38 +0000 (10:43 +0100)]
d3d9: Fix some indentation.

15 years agod3d8: Fix some indentation.
Henri Verbeet [Thu, 26 Mar 2009 09:43:38 +0000 (10:43 +0100)]
d3d8: Fix some indentation.

15 years agorpcrt4: Disable HTTP support if we don't have socketpair and related networking funct...
Alexandre Julliard [Thu, 26 Mar 2009 13:02:01 +0000 (14:02 +0100)]
rpcrt4: Disable HTTP support if we don't have socketpair and related networking functions.

15 years agomsi/tests: Avoid size_t in traces.
Alexandre Julliard [Thu, 26 Mar 2009 13:01:26 +0000 (14:01 +0100)]
msi/tests: Avoid size_t in traces.

15 years agoinclude: Get rid of the definitions for the pthread emulation.
Alexandre Julliard [Thu, 26 Mar 2009 12:26:57 +0000 (13:26 +0100)]
include: Get rid of the definitions for the pthread emulation.

15 years agontdll: Get rid of the no longer used pthread emulation.
Alexandre Julliard [Thu, 26 Mar 2009 12:20:04 +0000 (13:20 +0100)]
ntdll: Get rid of the no longer used pthread emulation.

15 years agomsctf: Implement ThreadMgr ITfSource::UnadviseSink.
Aric Stewart [Wed, 25 Mar 2009 19:35:37 +0000 (14:35 -0500)]
msctf: Implement ThreadMgr ITfSource::UnadviseSink.

15 years agocomctl32/tab: Selected item should have TCIS_BUTTONPRESSED state.
Nikolay Sivov [Wed, 25 Mar 2009 22:34:58 +0000 (18:34 -0400)]
comctl32/tab: Selected item should have TCIS_BUTTONPRESSED state.

15 years agocomctl32/tab: Handle state mask in TCM_[G,S]ETITEM.
Nikolay Sivov [Wed, 25 Mar 2009 21:39:11 +0000 (17:39 -0400)]
comctl32/tab: Handle state mask in TCM_[G,S]ETITEM.

15 years agocomctl32/tab: Draw tab button properly on TCIS_BUTTONPRESSED state.
Nikolay Sivov [Wed, 25 Mar 2009 20:34:48 +0000 (16:34 -0400)]
comctl32/tab: Draw tab button properly on TCIS_BUTTONPRESSED state.

15 years agod3dxof: Remove redundant NULL check before HeapFree (Smatch).
Michael Stefaniuc [Wed, 25 Mar 2009 22:02:42 +0000 (23:02 +0100)]
d3dxof: Remove redundant NULL check before HeapFree (Smatch).

15 years agomsi: Remove redundant NULL check before msi_free (Smatch).
Michael Stefaniuc [Wed, 25 Mar 2009 22:02:37 +0000 (23:02 +0100)]
msi: Remove redundant NULL check before msi_free (Smatch).

15 years agoamstream: Implement IAMMultiMediaStreamImpl_GetFilterGraph.
Christian Costa [Wed, 25 Mar 2009 21:55:03 +0000 (22:55 +0100)]
amstream: Implement IAMMultiMediaStreamImpl_GetFilterGraph.

15 years agowinedos: Initializations fix.
Andrew Talbot [Wed, 25 Mar 2009 20:49:52 +0000 (20:49 +0000)]
winedos: Initializations fix.

15 years agorpcrt4: Dynamically allocate the buffer if the fixed size one isn't large enough...
Huw Davies [Thu, 19 Mar 2009 12:23:45 +0000 (12:23 +0000)]
rpcrt4: Dynamically allocate the buffer if the fixed size one isn't large enough. Don't return an inappropriate error if we fail to get the status text, it's only used for diagnostics.

15 years agoconfigure: socketpair needs -lsocket on Solaris.
Alexandre Julliard [Thu, 26 Mar 2009 10:07:28 +0000 (11:07 +0100)]
configure: socketpair needs -lsocket on Solaris.

15 years agowininet/tests: Fix another instance of changed behavior on winehq.org.
Alexandre Julliard [Wed, 25 Mar 2009 21:57:32 +0000 (22:57 +0100)]
wininet/tests: Fix another instance of changed behavior on winehq.org.

15 years agoole32/tests: Tests for the 'Ole Private Data' clipboard format.
Huw Davies [Wed, 25 Mar 2009 14:18:51 +0000 (14:18 +0000)]
ole32/tests: Tests for the 'Ole Private Data' clipboard format.

15 years agoole32: Move the code to set the clipboard formats to a separate function.
Huw Davies [Tue, 24 Mar 2009 13:49:24 +0000 (13:49 +0000)]
ole32: Move the code to set the clipboard formats to a separate function.

15 years agorpcrt4: Implement RPC over HTTP support.
Rob Shearman [Wed, 18 Mar 2009 11:13:19 +0000 (11:13 +0000)]
rpcrt4: Implement RPC over HTTP support.

CodeWeavers did this work for supporting the optional HTTP connection
method of Outlook 2003/2007 (must be running with Windows versions set
to XP or higher to see this option).

This was written before Microsoft publicly released a specification
for the RPC over HTTP protocol and so was developed by examining
traffic flowing between a Windows client and an IIS server.

15 years agorpcrt4: Implement stubless asynchronous NDR interpreter.
Rob Shearman [Wed, 18 Mar 2009 10:59:35 +0000 (10:59 +0000)]
rpcrt4: Implement stubless asynchronous NDR interpreter.

CodeWeavers did this work for supporting Outlook 2007.

15 years agomsi: Detect privately installed assemblies.
Hans Leidekker [Wed, 25 Mar 2009 12:52:56 +0000 (13:52 +0100)]
msi: Detect privately installed assemblies.

Another fix for the office 2007 sp1 installer.

15 years agomsi: Add some tests for MsiQueryFeatureState.
Hans Leidekker [Wed, 25 Mar 2009 12:52:04 +0000 (13:52 +0100)]
msi: Add some tests for MsiQueryFeatureState.

These tests confirm that a feature is reported as advertised if only
one of its components is missing.

15 years agokernel32: Revert incorrect part of commit 7c3529f1cc6a3ce6f0a403c337926c8fc9fbfc57.
Alexandre Julliard [Wed, 25 Mar 2009 13:19:02 +0000 (14:19 +0100)]
kernel32: Revert incorrect part of commit 7c3529f1cc6a3ce6f0a403c337926c8fc9fbfc57.

15 years agoadvapi32: Stub TreeResetNamedSecurityInfo for the IE8 installer.
Aric Stewart [Wed, 25 Mar 2009 12:24:13 +0000 (07:24 -0500)]
advapi32: Stub TreeResetNamedSecurityInfo for the IE8 installer.

15 years agowinebuild: Skip non-functions when building the undefined exports file.
Alexandre Julliard [Wed, 25 Mar 2009 12:27:27 +0000 (13:27 +0100)]
winebuild: Skip non-functions when building the undefined exports file.

15 years agouser32/tests: Check effect of magic font height value 0x7fff in dialog template.
Patrick Gauthier [Fri, 20 Mar 2009 23:23:39 +0000 (19:23 -0400)]
user32/tests: Check effect of magic font height value 0x7fff in dialog template.

15 years agomsi: Verify the existence of fusion.dll before reporting the .Net version.
Aric Stewart [Wed, 18 Mar 2009 19:31:14 +0000 (14:31 -0500)]
msi: Verify the existence of fusion.dll before reporting the .Net version.

Fixes an issue with .Net 3.0 where it does not install a new
fusion.dll but does add a key to the registery. The fact that a new
dll is not installed has been verified on windows.

15 years agouser32: In MENU_SuspendPopup() make sure the right message is removed.
Rein Klazes [Wed, 18 Mar 2009 07:47:00 +0000 (08:47 +0100)]
user32: In MENU_SuspendPopup() make sure the right message is removed.

15 years agontdll: Move search for assemblyIdentity element.
Roman Mindalev [Fri, 13 Mar 2009 17:16:35 +0000 (20:16 +0300)]
ntdll: Move search for assemblyIdentity element.

15 years agontdll: Free memory for type field of an assembly_identity.
Roman Mindalev [Fri, 13 Mar 2009 17:15:33 +0000 (20:15 +0300)]
ntdll: Free memory for type field of an assembly_identity.

15 years agontdll: Check for arch and name fields in assembly_identity structure.
Roman Mindalev [Fri, 13 Mar 2009 17:14:03 +0000 (20:14 +0300)]
ntdll: Check for arch and name fields in assembly_identity structure.

15 years agocomdlg32: Send CDN_INCLUDEITEM notification for each object in an Open/Save dialog.
Ricardo Filipe [Fri, 13 Mar 2009 00:58:35 +0000 (00:58 +0000)]
comdlg32: Send CDN_INCLUDEITEM notification for each object in an Open/Save dialog.

15 years agowinex11.drv: Make import/export functions static.
Kusanagi Kouichi [Fri, 13 Mar 2009 13:03:18 +0000 (22:03 +0900)]
winex11.drv: Make import/export functions static.

15 years agodbghelp: Include Mach-O modules in minidumps.
Ken Thomases [Fri, 13 Mar 2009 16:48:27 +0000 (11:48 -0500)]
dbghelp: Include Mach-O modules in minidumps.

15 years agodbghelp/stabs: For Mach-O, line numbers use absolute address, not offset.
Ken Thomases [Fri, 13 Mar 2009 16:48:21 +0000 (11:48 -0500)]
dbghelp/stabs: For Mach-O, line numbers use absolute address, not offset.

So, compute the offset by subtracting the function address.

15 years agodbghelp: Recognize .dylib files as Mach-O modules.
Ken Thomases [Fri, 13 Mar 2009 16:48:07 +0000 (11:48 -0500)]
dbghelp: Recognize .dylib files as Mach-O modules.

15 years agodbghelp: Add support for debugging Mach-O modules.
Ken Thomases [Fri, 13 Mar 2009 16:48:00 +0000 (11:48 -0500)]
dbghelp: Add support for debugging Mach-O modules.

15 years agomsctf: Hook up the DocumentMgr to be able to forward ITfThreadMgrEventSink events...
Aric Stewart [Tue, 24 Mar 2009 13:21:47 +0000 (08:21 -0500)]
msctf: Hook up the DocumentMgr to be able to forward ITfThreadMgrEventSink events to sinks advised to the ThreadMgr.

15 years agomsctf: Add ITfThreadMgrEventSink to ThreadMgr.
Aric Stewart [Tue, 24 Mar 2009 13:21:39 +0000 (08:21 -0500)]
msctf: Add ITfThreadMgrEventSink to ThreadMgr.

15 years agomsctf: Define ITfTextInputProcessor. Implemented by the Text Services.
Aric Stewart [Tue, 24 Mar 2009 13:45:06 +0000 (08:45 -0500)]
msctf: Define ITfTextInputProcessor. Implemented by the Text Services.

15 years agomsctf: ThreadMgr sink framework.
Aric Stewart [Tue, 24 Mar 2009 13:21:28 +0000 (08:21 -0500)]
msctf: ThreadMgr sink framework.

15 years agowininet/tests: Fix the http tests for the new winehq.org behavior.
Alexandre Julliard [Wed, 25 Mar 2009 10:55:17 +0000 (11:55 +0100)]
wininet/tests: Fix the http tests for the new winehq.org behavior.

15 years agowined3d: Do the ffp_valid check before even trying to use the element.
Henri Verbeet [Wed, 25 Mar 2009 09:12:28 +0000 (10:12 +0100)]
wined3d: Do the ffp_valid check before even trying to use the element.

15 years agowined3d: Don't use rtInternal for surfaces that are on a swapchain.
Henri Verbeet [Wed, 25 Mar 2009 09:12:27 +0000 (10:12 +0100)]
wined3d: Don't use rtInternal for surfaces that are on a swapchain.

These surfaces won't be attached to an FBO anyway, so avoid the cost of a
potential format conversion when blitting from a non-RT surface. This is
mostly an issue for ddraw applications with 16 bit render targets.

15 years agowined3d: Add a more convenient way to check if a surface is on a swapchain.
Henri Verbeet [Wed, 25 Mar 2009 09:12:27 +0000 (10:12 +0100)]
wined3d: Add a more convenient way to check if a surface is on a swapchain.

This won't help if we actually need the swapchain, of course.

15 years agowined3d: Fix a few sign compare warnings.
Henri Verbeet [Wed, 25 Mar 2009 09:12:27 +0000 (10:12 +0100)]
wined3d: Fix a few sign compare warnings.

15 years agowined3d: Make the texunit field in struct stb_const_desc unsigned.
Henri Verbeet [Wed, 25 Mar 2009 09:12:27 +0000 (10:12 +0100)]
wined3d: Make the texunit field in struct stb_const_desc unsigned.

15 years agowined3d: Implement WINED3DTSS_TCI_SPHEREMAP.
Henri Verbeet [Wed, 25 Mar 2009 09:12:26 +0000 (10:12 +0100)]
wined3d: Implement WINED3DTSS_TCI_SPHEREMAP.

15 years agowined3d: Reduce the number of checkGLcall's in tex_coordindex() a bit.
Henri Verbeet [Wed, 25 Mar 2009 09:12:26 +0000 (10:12 +0100)]
wined3d: Reduce the number of checkGLcall's in tex_coordindex() a bit.

15 years agowined3d: Print a FIXME in tex_coordindex() when NV_TEXGEN_REFLECTION isn't supported.
Henri Verbeet [Wed, 25 Mar 2009 09:12:26 +0000 (10:12 +0100)]
wined3d: Print a FIXME in tex_coordindex() when NV_TEXGEN_REFLECTION isn't supported.

15 years agowined3d: Fix the indentation in tex_coordindex().
Henri Verbeet [Wed, 25 Mar 2009 09:12:26 +0000 (10:12 +0100)]
wined3d: Fix the indentation in tex_coordindex().

The indentation here is pretty horrible. Also removes a couple of fairly
useless comments.

15 years agowined3d: Print a warning when the stage isn't mapped to a valid texture unit in tex_c...
Henri Verbeet [Wed, 25 Mar 2009 09:12:26 +0000 (10:12 +0100)]
wined3d: Print a warning when the stage isn't mapped to a valid texture unit in tex_coordindex().

15 years agowineesd.drv: Remove esd_host as it is unused.
Francois Gouget [Tue, 24 Mar 2009 23:51:35 +0000 (00:51 +0100)]
wineesd.drv: Remove esd_host as it is unused.

It is unlikely to ever be used too. The default behavior is to connect
to the server specified by $ESPEAKER or to the local one which suits us
just fine.

15 years agouninstaller: Add the Romanian translation.
Michael Stefaniuc [Tue, 24 Mar 2009 23:17:38 +0000 (00:17 +0100)]
uninstaller: Add the Romanian translation.

15 years agogdi32: Use "%p" to TRACE() pointers.
Michael Stefaniuc [Tue, 24 Mar 2009 23:17:52 +0000 (00:17 +0100)]
gdi32: Use "%p" to TRACE() pointers.

15 years agosetupapi: Update the Romanian translation.
Michael Stefaniuc [Tue, 24 Mar 2009 23:17:28 +0000 (00:17 +0100)]
setupapi: Update the Romanian translation.

15 years agod3dxof: Remove limitation on data buffer size.
Christian Costa [Tue, 24 Mar 2009 22:59:37 +0000 (23:59 +0100)]
d3dxof: Remove limitation on data buffer size.