wine
14 years agovbscript: Added new DLL.
Jacek Caban [Tue, 21 Jun 2011 14:14:04 +0000 (16:14 +0200)] 
vbscript: Added new DLL.

14 years agomshtml: Added IDispatchEx support to HTMLTitleElement object.
Jacek Caban [Tue, 21 Jun 2011 11:48:12 +0000 (13:48 +0200)] 
mshtml: Added IDispatchEx support to HTMLTitleElement object.

14 years agomshtml: Added IHTMLTitleElement stub implementation.
Jacek Caban [Tue, 21 Jun 2011 11:48:00 +0000 (13:48 +0200)] 
mshtml: Added IHTMLTitleElement stub implementation.

14 years agomshtml.idl: Added title element interfaces.
Jacek Caban [Tue, 21 Jun 2011 11:47:40 +0000 (13:47 +0200)] 
mshtml.idl: Added title element interfaces.

14 years agomshtml: Added IDispatchEx support to HTMLHeadElement object.
Jacek Caban [Tue, 21 Jun 2011 11:47:20 +0000 (13:47 +0200)] 
mshtml: Added IDispatchEx support to HTMLHeadElement object.

14 years agomshtml: Added IHTMLHeadElement stub implementation.
Jacek Caban [Tue, 21 Jun 2011 11:47:09 +0000 (13:47 +0200)] 
mshtml: Added IHTMLHeadElement stub implementation.

14 years agomshtml.idl: Added head element interfaces.
Jacek Caban [Tue, 21 Jun 2011 11:46:53 +0000 (13:46 +0200)] 
mshtml.idl: Added head element interfaces.

14 years agoole32: COM cleanup for the static object ComCatMgrImpl.
Michael Stefaniuc [Tue, 21 Jun 2011 08:38:53 +0000 (10:38 +0200)] 
ole32: COM cleanup for the static object ComCatMgrImpl.

14 years agoddraw: Separate IDirectDrawSurface3 reference count.
Ričardas Barkauskas [Mon, 20 Jun 2011 20:51:01 +0000 (23:51 +0300)] 
ddraw: Separate IDirectDrawSurface3 reference count.

14 years agoddraw: Separate IDirectDrawSurface2 reference count.
Ričardas Barkauskas [Sun, 19 Jun 2011 14:24:32 +0000 (17:24 +0300)] 
ddraw: Separate IDirectDrawSurface2 reference count.

14 years agoddraw: Test ddraw surface reference counts a bit more.
Ričardas Barkauskas [Mon, 20 Jun 2011 21:40:54 +0000 (00:40 +0300)] 
ddraw: Test ddraw surface reference counts a bit more.

14 years agoddraw: Use helper function to delete attached surfaces.
Ričardas Barkauskas [Mon, 20 Jun 2011 20:46:26 +0000 (23:46 +0300)] 
ddraw: Use helper function to delete attached surfaces.

14 years agoddraw: AddRef the surface in AddAttachedSurface instead of helper function.
Ričardas Barkauskas [Mon, 20 Jun 2011 21:30:12 +0000 (00:30 +0300)] 
ddraw: AddRef the surface in AddAttachedSurface instead of helper function.

14 years agoddraw: Add iface count for IDirectSurfaceImpl.
Ričardas Barkauskas [Sun, 19 Jun 2011 10:18:22 +0000 (13:18 +0300)] 
ddraw: Add iface count for IDirectSurfaceImpl.

14 years agoddraw: Remove ddraw_set_surface_version and set surface version when initialising it.
Ričardas Barkauskas [Mon, 20 Jun 2011 06:30:39 +0000 (09:30 +0300)] 
ddraw: Remove ddraw_set_surface_version and set surface version when initialising it.

14 years agowined3d: Use a separate mutex for wndproc_table access.
Piotr Pawlow [Fri, 17 Jun 2011 19:49:38 +0000 (21:49 +0200)] 
wined3d: Use a separate mutex for wndproc_table access.

If CreateDevice is called with hFocusWindow belonging to another thread,
then any code that does SendMessage (or equivalent) to the window while
holding the main wined3d mutex causes a deadlock, because wined3d_wndproc
tries to acquire the same mutex for wndproc_table access.

14 years agouser32: Always pass 0 as item id for WM_MEASUREITEM in menus.
Alexandre Julliard [Tue, 21 Jun 2011 14:12:53 +0000 (16:12 +0200)] 
user32: Always pass 0 as item id for WM_MEASUREITEM in menus.

14 years agouser32: Don't truncate bitmap ids in InsertMenu.
Alexandre Julliard [Tue, 21 Jun 2011 14:07:00 +0000 (16:07 +0200)] 
user32: Don't truncate bitmap ids in InsertMenu.

14 years agoserver: Allow setting a zero-size clip rectangle.
Alexandre Julliard [Tue, 21 Jun 2011 12:50:23 +0000 (14:50 +0200)] 
server: Allow setting a zero-size clip rectangle.

14 years agowinex11: Don't enable XInput for devices reporting absolute coordinates.
Alexandre Julliard [Tue, 21 Jun 2011 11:23:19 +0000 (13:23 +0200)] 
winex11: Don't enable XInput for devices reporting absolute coordinates.

14 years agows2_32: Handle null pointer for linger values.
André Hentschel [Mon, 20 Jun 2011 21:00:03 +0000 (23:00 +0200)] 
ws2_32: Handle null pointer for linger values.

14 years agowinealsa: Avoid deadlock in AudioClient_Stop.
Jörg Höhle [Wed, 15 Jun 2011 22:37:59 +0000 (00:37 +0200)] 
winealsa: Avoid deadlock in AudioClient_Stop.

14 years agoserver: Post WM_HOTKEY when a hotkey is pressed.
Vincent Povirk [Thu, 26 May 2011 20:52:17 +0000 (15:52 -0500)] 
server: Post WM_HOTKEY when a hotkey is pressed.

14 years agoserver: Implement RegisterHotKey/UnregisterHotKey.
Vincent Povirk [Thu, 26 May 2011 20:52:17 +0000 (15:52 -0500)] 
server: Implement RegisterHotKey/UnregisterHotKey.

14 years agouser32/tests: Test that hotkeys are really replaced when using the same id/hwnd.
Vincent Povirk [Fri, 17 Jun 2011 16:18:47 +0000 (11:18 -0500)] 
user32/tests: Test that hotkeys are really replaced when using the same id/hwnd.

14 years agomsxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
Adam Martinson [Mon, 20 Jun 2011 05:26:12 +0000 (00:26 -0500)] 
msxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().

14 years agomsxml3: Fix a couple incorrect uses of VariantChangeType().
Adam Martinson [Mon, 20 Jun 2011 05:25:12 +0000 (00:25 -0500)] 
msxml3: Fix a couple incorrect uses of VariantChangeType().

14 years agoshell32: Remove the ellipsis on the 'Wine license' button.
Francois Gouget [Tue, 21 Jun 2011 09:22:41 +0000 (11:22 +0200)] 
shell32: Remove the ellipsis on the 'Wine license' button.

14 years agopo: Update Japanese translation.
Akihiro Sagawa [Mon, 20 Jun 2011 14:02:25 +0000 (23:02 +0900)] 
po: Update Japanese translation.

14 years agogdi32/tests: Skip the tests if the pen type is not supported.
Huw Davies [Tue, 21 Jun 2011 09:04:26 +0000 (10:04 +0100)] 
gdi32/tests: Skip the tests if the pen type is not supported.

14 years agogdi32: Add more broken behaviour on nt4 sp3.
Huw Davies [Tue, 21 Jun 2011 09:04:00 +0000 (10:04 +0100)] 
gdi32: Add more broken behaviour on nt4 sp3.

14 years agoquartz: COM cleanup for the ifaces of FilterMapper3Impl.
Michael Stefaniuc [Tue, 21 Jun 2011 08:38:43 +0000 (10:38 +0200)] 
quartz: COM cleanup for the ifaces of FilterMapper3Impl.

14 years agowined3d: Make the device parameter to device_invalidate_state() const.
Henri Verbeet [Mon, 20 Jun 2011 21:21:13 +0000 (23:21 +0200)] 
wined3d: Make the device parameter to device_invalidate_state() const.

14 years agowined3d: Fix the STATE_BASEVERTEXINDEX state entry.
Henri Verbeet [Mon, 20 Jun 2011 21:21:12 +0000 (23:21 +0200)] 
wined3d: Fix the STATE_BASEVERTEXINDEX state entry.

14 years agowined3d: Validate STATE_BASEVERTEXINDEX in validate_state_table().
Henri Verbeet [Mon, 20 Jun 2011 21:21:11 +0000 (23:21 +0200)] 
wined3d: Validate STATE_BASEVERTEXINDEX in validate_state_table().

14 years agowined3d: Only bother checking block alignment for compressed surfaces in wined3d_devi...
Henri Verbeet [Mon, 20 Jun 2011 21:21:10 +0000 (23:21 +0200)] 
wined3d: Only bother checking block alignment for compressed surfaces in wined3d_device_update_surface().

14 years agowined3d: Initialize format block info with sane values for uncompressed formats.
Henri Verbeet [Mon, 20 Jun 2011 21:21:09 +0000 (23:21 +0200)] 
wined3d: Initialize format block info with sane values for uncompressed formats.

14 years agontdll: Improved implementation of the segv handler on ARM.
André Hentschel [Mon, 20 Jun 2011 17:52:51 +0000 (19:52 +0200)] 
ntdll: Improved implementation of the segv handler on ARM.

14 years agokernel32: Avoid using a breakpoint instruction in DebugBreak().
Alexandre Julliard [Tue, 21 Jun 2011 08:39:06 +0000 (10:39 +0200)] 
kernel32: Avoid using a breakpoint instruction in DebugBreak().

14 years agoddraw: Fix ddraw4_EnumSurfaces to pass correct iface in callbacks.
Ričardas Barkauskas [Sun, 12 Jun 2011 10:38:32 +0000 (13:38 +0300)] 
ddraw: Fix ddraw4_EnumSurfaces to pass correct iface in callbacks.

14 years agocomctl32: Don't redraw whole listview in double buffering mode.
Piotr Caban [Mon, 20 Jun 2011 10:47:02 +0000 (12:47 +0200)] 
comctl32: Don't redraw whole listview in double buffering mode.

14 years agocomctl32: Refresh listview after sorting.
Piotr Caban [Mon, 20 Jun 2011 10:46:49 +0000 (12:46 +0200)] 
comctl32: Refresh listview after sorting.

14 years agocomctl32: Fix area invalidated by LISTVIEW_SetItemT.
Piotr Caban [Mon, 20 Jun 2011 10:46:37 +0000 (12:46 +0200)] 
comctl32: Fix area invalidated by LISTVIEW_SetItemT.

14 years agourlmon.idl: Added URL_MK_NO_CANONICALIZE declaration.
Jacek Caban [Mon, 20 Jun 2011 15:21:31 +0000 (17:21 +0200)] 
urlmon.idl: Added URL_MK_NO_CANONICALIZE declaration.

14 years agowinex11: Try harder to ignore broken raw motions events caused by pointer warping.
Alexandre Julliard [Mon, 20 Jun 2011 17:31:05 +0000 (19:31 +0200)] 
winex11: Try harder to ignore broken raw motions events caused by pointer warping.

14 years agoquartz/tests: Simplify the file handling in filtergraph.c.
Michael Stefaniuc [Sun, 19 Jun 2011 12:40:08 +0000 (14:40 +0200)] 
quartz/tests: Simplify the file handling in filtergraph.c.

14 years agoquartz/tests: Store the TestFilterImpl instead of its iface in IEnumPinsImpl.
Michael Stefaniuc [Sun, 19 Jun 2011 12:36:29 +0000 (14:36 +0200)] 
quartz/tests: Store the TestFilterImpl instead of its iface in IEnumPinsImpl.

14 years agoquatz/tests: Pass back the object instead of the iface in createtestfilter().
Michael Stefaniuc [Sun, 19 Jun 2011 12:30:39 +0000 (14:30 +0200)] 
quatz/tests: Pass back the object instead of the iface in createtestfilter().

14 years agoquartz/tests: Finish the COM cleanup in filtergraph.c.
Michael Stefaniuc [Sun, 19 Jun 2011 12:25:46 +0000 (14:25 +0200)] 
quartz/tests: Finish the COM cleanup in filtergraph.c.

14 years agoquartz/tests: COM cleanup for the IClassFactory iface.
Michael Stefaniuc [Sun, 19 Jun 2011 12:24:43 +0000 (14:24 +0200)] 
quartz/tests: COM cleanup for the IClassFactory iface.

14 years agoquartz/tests: COM cleanup for the IPin iface.
Michael Stefaniuc [Sun, 19 Jun 2011 12:21:26 +0000 (14:21 +0200)] 
quartz/tests: COM cleanup for the IPin iface.

14 years agoxmllite: Added interface IXmlWriter.
Alistair Leslie-Hughes [Sun, 19 Jun 2011 11:09:40 +0000 (21:09 +1000)] 
xmllite: Added interface IXmlWriter.

14 years agorpcrt4: Make sure we don't try to free a pointer twice.
Alexandre Julliard [Mon, 20 Jun 2011 12:07:59 +0000 (14:07 +0200)] 
rpcrt4: Make sure we don't try to free a pointer twice.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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