wine
13 years agowidl: Use NdrPointerFree instead of freeing by hand where possible.
Alexandre Julliard [Mon, 20 Jun 2011 11:51:27 +0000 (13:51 +0200)] 
widl: Use NdrPointerFree instead of freeing by hand where possible.

13 years agopo: Update Ukrainian translation.
Igor Paliychuk [Fri, 17 Jun 2011 20:38:48 +0000 (23:38 +0300)] 
po: Update Ukrainian translation.

13 years agowininet: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)] 
wininet: Convert Ukrainian resources into utf-8.

13 years agoshlwapi: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)] 
shlwapi: Convert Ukrainian resources into utf-8.

13 years agoshell32: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)] 
shell32: Convert Ukrainian resources into utf-8.

13 years agocomdlg32: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)] 
comdlg32: Convert Ukrainian resources into utf-8.

13 years agocomctl32: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)] 
comctl32: Convert Ukrainian resources into utf-8.

13 years agoavifil32: Convert Ukrainian resources into utf-8.
Igor Paliychuk [Fri, 17 Jun 2011 19:20:26 +0000 (22:20 +0300)] 
avifil32: Convert Ukrainian resources into utf-8.

13 years agocmdlgtst: Update Lithuanian translation.
Aurimas Fišeras [Sat, 18 Jun 2011 12:11:51 +0000 (15:11 +0300)] 
cmdlgtst: Update Lithuanian translation.

13 years agoshell32: Update Lithuanian translation.
Aurimas Fišeras [Sat, 18 Jun 2011 12:13:36 +0000 (15:13 +0300)] 
shell32: Update Lithuanian translation.

13 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Sat, 21 May 2011 07:12:43 +0000 (10:12 +0300)] 
po: Update Lithuanian translation.

13 years agoddraw: Use unsafe_impl_from_IDirectDrawClipper for an app provided iface.
Michael Stefaniuc [Mon, 20 Jun 2011 09:22:55 +0000 (11:22 +0200)] 
ddraw: Use unsafe_impl_from_IDirectDrawClipper for an app provided iface.

13 years agoddraw: COM cleanup for the IDirectDrawClipper iface.
Michael Stefaniuc [Mon, 20 Jun 2011 09:20:41 +0000 (11:20 +0200)] 
ddraw: COM cleanup for the IDirectDrawClipper iface.

13 years agogdi32/tests: Add broken behaviour for nt4 sp3.
Huw Davies [Mon, 20 Jun 2011 08:57:27 +0000 (09:57 +0100)] 
gdi32/tests: Add broken behaviour for nt4 sp3.

13 years agogdi32/tests: Add some broken behaviours for winxp sp1 and win2003.
Huw Davies [Mon, 20 Jun 2011 08:57:26 +0000 (09:57 +0100)] 
gdi32/tests: Add some broken behaviours for winxp sp1 and win2003.

13 years agowinhttp: Fix a warning when compiling --without-openssl.
Jerome Leclanche [Mon, 20 Jun 2011 06:01:47 +0000 (07:01 +0100)] 
winhttp: Fix a warning when compiling --without-openssl.

13 years agowininet: Fix a warning when compiling --without-openssl.
Jerome Leclanche [Mon, 20 Jun 2011 05:16:31 +0000 (06:16 +0100)] 
wininet: Fix a warning when compiling --without-openssl.

13 years agomsvcrt: The time passed to utime functions can be NULL.
Damjan Jovanovic [Mon, 20 Jun 2011 04:27:41 +0000 (06:27 +0200)] 
msvcrt: The time passed to utime functions can be NULL.

13 years agomsvcrt: Avoid deadlock when _beginthread is executed inside loader critical section.
Piotr Caban [Sun, 19 Jun 2011 19:43:32 +0000 (21:43 +0200)] 
msvcrt: Avoid deadlock when _beginthread is executed inside loader critical section.

13 years agorpcrt4: Implement RpcProtseqVectorFree.
Damjan Jovanovic [Sun, 19 Jun 2011 16:06:08 +0000 (18:06 +0200)] 
rpcrt4: Implement RpcProtseqVectorFree.

13 years agoinclude: Fix an RPC_PROTSEQ_VECTORW typo.
Damjan Jovanovic [Sun, 19 Jun 2011 16:05:13 +0000 (18:05 +0200)] 
include: Fix an RPC_PROTSEQ_VECTORW typo.

13 years agoexplorer: Make explorer_wnd_proc() static.
Francois Gouget [Sun, 19 Jun 2011 12:09:31 +0000 (14:09 +0200)] 
explorer: Make explorer_wnd_proc() static.

13 years agoinclude: Don't use idl file for dxgitype.h.
Jacek Caban [Sat, 18 Jun 2011 13:08:08 +0000 (15:08 +0200)] 
include: Don't use idl file for dxgitype.h.

13 years agoinclude: Moved DXGI_FORMAT declaration to dxgiformat.h.
Jacek Caban [Sat, 18 Jun 2011 13:06:13 +0000 (15:06 +0200)] 
include: Moved DXGI_FORMAT declaration to dxgiformat.h.

13 years agowined3d: Link STATE_BASEVERTEXINDEX to STATE_VDECL.
Stefan Dösinger [Sat, 18 Jun 2011 11:47:34 +0000 (13:47 +0200)] 
wined3d: Link STATE_BASEVERTEXINDEX to STATE_VDECL.

13 years agowined3d: Use base_vertex_index in drawStridedSlow, and only for indexed draws.
Stefan Dösinger [Fri, 17 Jun 2011 22:43:06 +0000 (00:43 +0200)] 
wined3d: Use base_vertex_index in drawStridedSlow, and only for indexed draws.

13 years agommdevapi: Implement ISimpleAudioVolume::{Set, Get}Mute.
Andrew Eikum [Mon, 20 Jun 2011 14:31:51 +0000 (09:31 -0500)] 
mmdevapi: Implement ISimpleAudioVolume::{Set, Get}Mute.

13 years agowinealsa.drv: Be less choosey about sample rates.
Andrew Eikum [Fri, 17 Jun 2011 20:49:55 +0000 (15:49 -0500)] 
winealsa.drv: Be less choosey about sample rates.

13 years agommdevapi: Fix refcounts in IAudioClient::GetService.
Andrew Eikum [Mon, 20 Jun 2011 14:31:22 +0000 (09:31 -0500)] 
mmdevapi: Fix refcounts in IAudioClient::GetService.

13 years agommdevapi: Don't crash if a driver fails to load.
Andrew Eikum [Fri, 17 Jun 2011 20:49:51 +0000 (15:49 -0500)] 
mmdevapi: Don't crash if a driver fails to load.

13 years agowinecoreaudio: Set AudioQueue volume, not AudioDevice volume.
Andrew Eikum [Fri, 17 Jun 2011 20:49:48 +0000 (15:49 -0500)] 
winecoreaudio: Set AudioQueue volume, not AudioDevice volume.

We want to control the volume for each particular stream, not the entire
system-wide device.

13 years agod3d8: Implement IDirect3DVolumeTexture8 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:06 +0000 (21:00 +0200)] 
d3d8: Implement IDirect3DVolumeTexture8 private data handling on top of wined3d_resource.

13 years agod3d8: Implement IDirect3DTexture8 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:05 +0000 (21:00 +0200)] 
d3d8: Implement IDirect3DTexture8 private data handling on top of wined3d_resource.

13 years agod3d8: Implement IDirect3DCubeTexture8 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:04 +0000 (21:00 +0200)] 
d3d8: Implement IDirect3DCubeTexture8 private data handling on top of wined3d_resource.

13 years agod3d9: Implement IDirect3DVolumeTexture9 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:03 +0000 (21:00 +0200)] 
d3d9: Implement IDirect3DVolumeTexture9 private data handling on top of wined3d_resource.

13 years agod3d9: Implement IDirect3DTexture9 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:02 +0000 (21:00 +0200)] 
d3d9: Implement IDirect3DTexture9 private data handling on top of wined3d_resource.

13 years agod3d9: Implement IDirect3DCubeTexture9 private data handling on top of wined3d_resource.
Henri Verbeet [Fri, 17 Jun 2011 19:00:01 +0000 (21:00 +0200)] 
d3d9: Implement IDirect3DCubeTexture9 private data handling on top of wined3d_resource.

13 years agomsvcrt: Fix __p__pctype implementation.
Piotr Caban [Fri, 17 Jun 2011 18:29:57 +0000 (20:29 +0200)] 
msvcrt: Fix __p__pctype implementation.

13 years agowinebuild: Simplify the ARM part of output_import_thunk.
André Hentschel [Fri, 17 Jun 2011 14:53:12 +0000 (16:53 +0200)] 
winebuild: Simplify the ARM part of output_import_thunk.

13 years agorpcrt4: Add stubs for RpcNetworkInqProtseqs.
Damjan Jovanovic [Fri, 17 Jun 2011 13:40:33 +0000 (15:40 +0200)] 
rpcrt4: Add stubs for RpcNetworkInqProtseqs.

13 years agoinclude: Add RPC_PROTSEQ_VECTOR.
Damjan Jovanovic [Fri, 17 Jun 2011 13:39:34 +0000 (15:39 +0200)] 
include: Add RPC_PROTSEQ_VECTOR.

13 years agomshtml: Use replace_node_by_html instead of document.write for conditional comments.
Jacek Caban [Fri, 17 Jun 2011 14:18:05 +0000 (16:18 +0200)] 
mshtml: Use replace_node_by_html instead of document.write for conditional comments.

13 years agomshtml: Moved IHTMLElement::put_outerHTML implementation to separated, HTMLElement...
Jacek Caban [Fri, 17 Jun 2011 14:17:45 +0000 (16:17 +0200)] 
mshtml: Moved IHTMLElement::put_outerHTML implementation to separated, HTMLElement object independent, function.

13 years agogdi32/tests: Add broken behaviour on nt4 sp1 and 2.
Huw Davies [Fri, 17 Jun 2011 15:49:13 +0000 (16:49 +0100)] 
gdi32/tests: Add broken behaviour on nt4 sp1 and 2.

13 years agogdi32/tests: Add broken behaviour on nt4 sp1-5.
Huw Davies [Fri, 17 Jun 2011 13:52:24 +0000 (14:52 +0100)] 
gdi32/tests: Add broken behaviour on nt4 sp1-5.

13 years agogdi32/tests: Call ReleaseDC not DeleteDC.
Huw Davies [Fri, 17 Jun 2011 13:52:23 +0000 (14:52 +0100)] 
gdi32/tests: Call ReleaseDC not DeleteDC.

13 years agogdi32/tests: Add tests for hatched brushes.
Huw Davies [Fri, 17 Jun 2011 11:45:37 +0000 (12:45 +0100)] 
gdi32/tests: Add tests for hatched brushes.

13 years agogdi32: Add support for hatched brushes.
Huw Davies [Fri, 17 Jun 2011 11:45:36 +0000 (12:45 +0100)] 
gdi32: Add support for hatched brushes.

13 years agowined3d: Give GL_ARB_map_buffer_range another try.
Stefan Dösinger [Tue, 19 Apr 2011 19:24:26 +0000 (21:24 +0200)] 
wined3d: Give GL_ARB_map_buffer_range another try.

Nvidia's 270.xx.yy driver series fix the glMapBuffer alignment issues that caused major
performance problems. If the user is using an older driver we now drop the VBO instead of using
doublebuffered loading, which means that we fall back to the current behavior(no dynamic VBO) as
needed. Dynamic VBOs are needed on Nvidia drivers for GL_ARB_instanced_arrays.

13 years agowined3d: Drop the VBO when the GL alignment doesn't fit on dynamic buffers.
Stefan Dösinger [Tue, 19 Apr 2011 19:23:15 +0000 (21:23 +0200)] 
wined3d: Drop the VBO when the GL alignment doesn't fit on dynamic buffers.

13 years agod3d8: Don't print the ResourceManagerDiscardBytes fixme when Bytes == 0.
Stefan Dösinger [Tue, 14 Jun 2011 18:36:08 +0000 (20:36 +0200)] 
d3d8: Don't print the ResourceManagerDiscardBytes fixme when Bytes == 0.

13 years agoddraw: Implement IDirect3D7::EvictManagedTextures.
Stefan Dösinger [Tue, 14 Jun 2011 18:21:08 +0000 (20:21 +0200)] 
ddraw: Implement IDirect3D7::EvictManagedTextures.

13 years agowined3d: Add STATE_BASEVERTEXINDEX to debug_d3dstate.
Stefan Dösinger [Tue, 14 Jun 2011 13:42:42 +0000 (15:42 +0200)] 
wined3d: Add STATE_BASEVERTEXINDEX to debug_d3dstate.

13 years agowinealsa: Fix mmdevapi memory allocations.
Jörg Höhle [Tue, 14 Jun 2011 19:44:46 +0000 (21:44 +0200)] 
winealsa: Fix mmdevapi memory allocations.

13 years agorpcrt4: Add support for 64-bit conformance values.
Alexandre Julliard [Fri, 17 Jun 2011 12:11:12 +0000 (14:11 +0200)] 
rpcrt4: Add support for 64-bit conformance values.

13 years agowinealsa.drv: Add midi MTC Quarter Frame messages support.
Stephane Bacri [Sun, 12 Jun 2011 10:36:55 +0000 (12:36 +0200)] 
winealsa.drv: Add midi MTC Quarter Frame messages support.

13 years agod3dx9/tests: Add tests for ID3DXLine_GetDevice and release methods.
Charles Welton [Thu, 16 Jun 2011 20:19:59 +0000 (17:19 -0300)] 
d3dx9/tests: Add tests for ID3DXLine_GetDevice and release methods.

13 years agod3dx9: Implemented GetDevice method.
Charles Welton [Thu, 16 Jun 2011 20:19:49 +0000 (17:19 -0300)] 
d3dx9: Implemented GetDevice method.

13 years agomsxml3: SysAllocString*() automatically allocates a terminating NULL.
Adam Martinson [Fri, 17 Jun 2011 02:43:54 +0000 (21:43 -0500)] 
msxml3: SysAllocString*() automatically allocates a terminating NULL.

13 years agoserver: Don't queue low-level hooks to a hung queue.
Alexandre Julliard [Fri, 17 Jun 2011 09:54:43 +0000 (11:54 +0200)] 
server: Don't queue low-level hooks to a hung queue.

13 years agoserver: Only avoid running low-level hooks in processes currently suspended by a...
Alexandre Julliard [Fri, 17 Jun 2011 09:54:29 +0000 (11:54 +0200)] 
server: Only avoid running low-level hooks in processes currently suspended by a debugger.

13 years agopo: Update Korean translation.
Hwang YunSong [Fri, 17 Jun 2011 02:09:28 +0000 (11:09 +0900)] 
po: Update Korean translation.

13 years agoshell32: Update Korean resource.
Hwang YunSong [Thu, 16 Jun 2011 10:43:37 +0000 (19:43 +0900)] 
shell32: Update Korean resource.

13 years agomsvfw32: Update Korean resource.
Hwang YunSong [Thu, 16 Jun 2011 10:37:02 +0000 (19:37 +0900)] 
msvfw32: Update Korean resource.

13 years agocmdlgtst: Update Korean resource.
Hwang YunSong [Thu, 16 Jun 2011 09:49:20 +0000 (18:49 +0900)] 
cmdlgtst: Update Korean resource.

13 years agodinput: Hook up joysticks to DirectInput event queue on Mac OS X.
Jonas Maebe [Thu, 16 Jun 2011 19:11:46 +0000 (21:11 +0200)] 
dinput: Hook up joysticks to DirectInput event queue on Mac OS X.

13 years agod3d8: Implement IDirect3DIndexBuffer8 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:29 +0000 (22:38 +0200)] 
d3d8: Implement IDirect3DIndexBuffer8 private data handling on top of wined3d_resource.

13 years agod3d8: Implement IDirect3DVertexBuffer8 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:28 +0000 (22:38 +0200)] 
d3d8: Implement IDirect3DVertexBuffer8 private data handling on top of wined3d_resource.

13 years agod3d9: Implement IDirect3DIndexBuffer9 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:27 +0000 (22:38 +0200)] 
d3d9: Implement IDirect3DIndexBuffer9 private data handling on top of wined3d_resource.

13 years agod3d9: Implement IDirect3DVertexBuffer9 private data handling on top of wined3d_resource.
Henri Verbeet [Thu, 16 Jun 2011 20:38:26 +0000 (22:38 +0200)] 
d3d9: Implement IDirect3DVertexBuffer9 private data handling on top of wined3d_resource.

13 years agowined3d: Only load the surface for partial updates in wined3d_device_update_surface().
Henri Verbeet [Thu, 16 Jun 2011 20:38:25 +0000 (22:38 +0200)] 
wined3d: Only load the surface for partial updates in wined3d_device_update_surface().

13 years agowined3d: Use surface_load_location() instead of surface_internal_preload() in wined3d...
Henri Verbeet [Thu, 16 Jun 2011 20:38:24 +0000 (22:38 +0200)] 
wined3d: Use surface_load_location() instead of surface_internal_preload() in wined3d_device_update_surface().

13 years agowinebuild: get_asm_ptr_keyword is not needed for ARM.
André Hentschel [Thu, 16 Jun 2011 20:06:33 +0000 (22:06 +0200)] 
winebuild: get_asm_ptr_keyword is not needed for ARM.

13 years agonetapi32: Add a stub for DsGetSiteNameA.
Austin English [Thu, 16 Jun 2011 19:48:59 +0000 (12:48 -0700)] 
netapi32: Add a stub for DsGetSiteNameA.

13 years agopo: Add a number of missing '\n' characters in translations.
Aric Stewart [Thu, 16 Jun 2011 18:56:05 +0000 (13:56 -0500)] 
po: Add a number of missing '\n' characters in translations.

13 years agokernel32: Create an orphaned process in exec_process so that all initialization is...
Alexandre Julliard [Thu, 16 Jun 2011 20:46:25 +0000 (22:46 +0200)] 
kernel32: Create an orphaned process in exec_process so that all initialization is done anew in the child process.

13 years agoserver: Allow creating a process without any parent or startup info.
Alexandre Julliard [Thu, 16 Jun 2011 20:45:45 +0000 (22:45 +0200)] 
server: Allow creating a process without any parent or startup info.

13 years agomshtml: Call on_start_nsrequest synchronously in async_stop_request is no data was...
Jacek Caban [Thu, 16 Jun 2011 14:42:12 +0000 (16:42 +0200)] 
mshtml: Call on_start_nsrequest synchronously in async_stop_request is no data was read before.

13 years agod3dxof: Check returns of read_bytes (Coverity).
Marcus Meissner [Thu, 16 Jun 2011 15:47:52 +0000 (17:47 +0200)] 
d3dxof: Check returns of read_bytes (Coverity).

13 years agousp10: Removed 2 superflous lines of code (Coverity).
Marcus Meissner [Thu, 16 Jun 2011 14:58:45 +0000 (16:58 +0200)] 
usp10: Removed 2 superflous lines of code (Coverity).

13 years agosane.ds: Removed 3 array != NULL checks (Coverity).
Marcus Meissner [Thu, 16 Jun 2011 16:40:39 +0000 (18:40 +0200)] 
sane.ds: Removed 3 array != NULL checks (Coverity).

13 years agousp10: Pre-base consonants need to be reordered like pre-base matras for scripts...
Aric Stewart [Thu, 16 Jun 2011 16:29:03 +0000 (11:29 -0500)] 
usp10: Pre-base consonants need to be reordered like pre-base matras for scripts that have them.

13 years agousp10: Do matra second reorderings for Tamil and Malayalam to prevent blocking conson...
Aric Stewart [Thu, 16 Jun 2011 16:28:53 +0000 (11:28 -0500)] 
usp10: Do matra second reorderings for Tamil and Malayalam to prevent blocking consonant ligatures.

13 years agousp10: Enable a second reorder step after basic shaping.
Aric Stewart [Thu, 16 Jun 2011 16:28:47 +0000 (11:28 -0500)] 
usp10: Enable a second reorder step after basic shaping.

13 years agousp10: Refine post-matra Ralf reordering to be post below form consonants as well.
Aric Stewart [Thu, 16 Jun 2011 16:28:43 +0000 (11:28 -0500)] 
usp10: Refine post-matra Ralf reordering to be post below form consonants as well.

13 years agousp10: More corrections to the Telugu lexical function.
Aric Stewart [Thu, 16 Jun 2011 16:28:31 +0000 (11:28 -0500)] 
usp10: More corrections to the Telugu lexical function.

13 years agousp10: Correct an error with the Telugu lexical function.
Aric Stewart [Wed, 15 Jun 2011 14:53:45 +0000 (09:53 -0500)] 
usp10: Correct an error with the Telugu lexical function.

13 years agoinclude: Added raw input constants and a missing function prototype.
Vincas Miliūnas [Wed, 15 Jun 2011 07:44:31 +0000 (10:44 +0300)] 
include: Added raw input constants and a missing function prototype.

13 years agoexplorer: Use the command line arguments.
Jay Yang [Sat, 11 Jun 2011 21:42:21 +0000 (17:42 -0400)] 
explorer: Use the command line arguments.

13 years agoexplorer: Implement the explorer using IExplorerBrowser.
Jay Yang [Sat, 11 Jun 2011 21:42:17 +0000 (17:42 -0400)] 
explorer: Implement the explorer using IExplorerBrowser.

13 years agomsxml3: Create CLSID_XMLHTTP when requested.
Adam Martinson [Thu, 16 Jun 2011 14:17:35 +0000 (09:17 -0500)] 
msxml3: Create CLSID_XMLHTTP when requested.

13 years agows2_32: Fixed select() number of fds (Coverity).
Marcus Meissner [Thu, 16 Jun 2011 11:58:12 +0000 (13:58 +0200)] 
ws2_32: Fixed select() number of fds (Coverity).

13 years agorpcrt4: Add a wrapper for NdrAsyncClientCall too.
Alexandre Julliard [Wed, 15 Jun 2011 15:30:49 +0000 (17:30 +0200)] 
rpcrt4: Add a wrapper for NdrAsyncClientCall too.

13 years agorpcrt4: Add support for float parameters in client calls on x86_64.
Alexandre Julliard [Mon, 13 Jun 2011 11:39:21 +0000 (13:39 +0200)] 
rpcrt4: Add support for float parameters in client calls on x86_64.

13 years agokernel32: Implement DebugBreak directly in assembly.
Alexandre Julliard [Wed, 15 Jun 2011 18:04:27 +0000 (20:04 +0200)] 
kernel32: Implement DebugBreak directly in assembly.

13 years agontdll: Fetch the windows directory from the shared user data.
Alexandre Julliard [Thu, 16 Jun 2011 10:27:01 +0000 (12:27 +0200)] 
ntdll: Fetch the windows directory from the shared user data.

13 years agostrmbase: Use !list_empty() instead of list_count() > 0.
Jörg Höhle [Wed, 15 Jun 2011 20:21:50 +0000 (22:21 +0200)] 
strmbase: Use !list_empty() instead of list_count() > 0.

13 years agontdll: Use list_empty() instead of list_count() == 0.
Jörg Höhle [Wed, 15 Jun 2011 18:25:56 +0000 (20:25 +0200)] 
ntdll: Use list_empty() instead of list_count() == 0.

13 years agod3dx9_36: Fix the return value in error cases in d3dx9_parse_resource.
Gerald Pfeifer [Wed, 15 Jun 2011 19:01:22 +0000 (13:01 -0600)] 
d3dx9_36: Fix the return value in error cases in d3dx9_parse_resource.

13 years agomsacm32: Also load ACM drivers from key values.
Andrew Eikum [Wed, 15 Jun 2011 20:22:39 +0000 (15:22 -0500)] 
msacm32: Also load ACM drivers from key values.