wine
15 years agoriched20: Fix a typo (stray address of operator).
Michael Stefaniuc [Fri, 16 Jan 2009 15:29:33 +0000 (16:29 +0100)] 
riched20: Fix a typo (stray address of operator).

15 years agocomdlg32: Add an is_metric() helper function.
Huw Davies [Fri, 16 Jan 2009 12:08:18 +0000 (12:08 +0000)] 
comdlg32: Add an is_metric() helper function.

15 years agocomdlg32: Correctly rotate the margins when the paper orientation is changed.
Huw Davies [Fri, 16 Jan 2009 12:08:12 +0000 (12:08 +0000)] 
comdlg32: Correctly rotate the margins when the paper orientation is changed.

15 years agoddraw: Add extern to some global variable declarations.
Henri Verbeet [Fri, 16 Jan 2009 09:14:25 +0000 (10:14 +0100)] 
ddraw: Add extern to some global variable declarations.

15 years agod3d9: Properly test for dynamic usage in device_parent_CreateSurface().
Henri Verbeet [Fri, 16 Jan 2009 09:14:25 +0000 (10:14 +0100)] 
d3d9: Properly test for dynamic usage in device_parent_CreateSurface().

15 years agod3d8: Properly test for dynamic usage in device_parent_CreateSurface().
Henri Verbeet [Fri, 16 Jan 2009 09:14:25 +0000 (10:14 +0100)] 
d3d8: Properly test for dynamic usage in device_parent_CreateSurface().

15 years agod3d10core: Add a small test for CreateTexture2D().
Henri Verbeet [Fri, 16 Jan 2009 09:14:25 +0000 (10:14 +0100)] 
d3d10core: Add a small test for CreateTexture2D().

15 years agodxgi: Add a small test for CreateSurface().
Henri Verbeet [Fri, 16 Jan 2009 09:14:24 +0000 (10:14 +0100)] 
dxgi: Add a small test for CreateSurface().

15 years agowined3d: Add an IWineD3DDeviceParent interface.
Henri Verbeet [Fri, 16 Jan 2009 09:14:24 +0000 (10:14 +0100)] 
wined3d: Add an IWineD3DDeviceParent interface.

Other than being a bit nicer than passing function pointers all over the
place, this helps dxgi/d3d10. While the swapchain itself is created in dxgi,
its surfaces are constructed in d3d10core, which makes it impractical for dxgi
to pass the appropriate function pointers.

15 years agouser32/tests: Clarify the msgs to differentiate Unicode and ASCII in tests.
Jeff Latimer [Fri, 16 Jan 2009 00:40:31 +0000 (11:40 +1100)] 
user32/tests: Clarify the msgs to differentiate Unicode and ASCII in tests.

15 years agoshell32/tests: Prevent crash on XP/W2K3.
Ge van Geldorp [Thu, 15 Jan 2009 12:07:41 +0000 (13:07 +0100)] 
shell32/tests: Prevent crash on XP/W2K3.

15 years agorichedit: Respect the cbSize field on EM_GETPARAFORMAT.
Dylan Smith [Fri, 16 Jan 2009 04:50:20 +0000 (23:50 -0500)] 
richedit: Respect the cbSize field on EM_GETPARAFORMAT.

EM_GETPARAFORMAT previously would overwrite the cbSize field with the
size of PARAFORMAT2, would read past the end of the struct, and might
indicate that PARAFORMAT2 fields are valid using the mask regardless
of the value of cbSize.

15 years agorichedit: Prevent copying PARAFORMAT2 fields from PARAFORMAT struct.
Dylan Smith [Fri, 16 Jan 2009 04:07:15 +0000 (23:07 -0500)] 
richedit: Prevent copying PARAFORMAT2 fields from PARAFORMAT struct.

If a EM_SETPARAFORMAT message is sent to the richedit control with bits
in the dwMask field that correspond to PARAFORMAT2 fields, then these
fields should be ignored.  Instead data was copied from outside of the
structure.

15 years agodplayx: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 16 Jan 2009 08:53:59 +0000 (09:53 +0100)] 
dplayx: Remove superfluous pointer casts.

15 years agowinejack.drv: Remove superflouous pointer casts.
Michael Stefaniuc [Fri, 16 Jan 2009 08:52:32 +0000 (09:52 +0100)] 
winejack.drv: Remove superflouous pointer casts.

15 years agoiphlpapi: Define RTF_MULTICAST if not available.
Austin English [Thu, 15 Jan 2009 21:24:58 +0000 (15:24 -0600)] 
iphlpapi: Define RTF_MULTICAST if not available.

15 years agorichedit: Store an internal copy of the window style flags.
Dylan Smith [Thu, 15 Jan 2009 19:46:25 +0000 (14:46 -0500)] 
richedit: Store an internal copy of the window style flags.

15 years agorichedit: Added tests for initial options.
Dylan Smith [Thu, 15 Jan 2009 19:46:18 +0000 (14:46 -0500)] 
richedit: Added tests for initial options.

Using the WS_VSCROLL style causes the ES_AUTOVSCROLL option to be set,
and using the WS_HSCROLL style causes the ES_AUTOHSCROLL flag to be
set (except with richedit v1.0).

15 years agorichedit: Fix implementation of handling Page Up/Down keys.
Dylan Smith [Thu, 15 Jan 2009 16:03:49 +0000 (11:03 -0500)] 
richedit: Fix implementation of handling Page Up/Down keys.

15 years agowininet: Calculate the header size if needed in HttpSendRequestW.
Hans Leidekker [Thu, 15 Jan 2009 15:41:53 +0000 (16:41 +0100)] 
wininet: Calculate the header size if needed in HttpSendRequestW.

15 years agowininet: Implement InternetReadFileExW.
Hans Leidekker [Thu, 15 Jan 2009 15:41:42 +0000 (16:41 +0100)] 
wininet: Implement InternetReadFileExW.

15 years agouser32/tests: Fix some more failures in the message test.
Alexandre Julliard [Fri, 16 Jan 2009 11:33:07 +0000 (12:33 +0100)] 
user32/tests: Fix some more failures in the message test.

15 years agoserver: Set stderr in line-buffered mode before doing anything else.
Alexandre Julliard [Fri, 16 Jan 2009 11:32:26 +0000 (12:32 +0100)] 
server: Set stderr in line-buffered mode before doing anything else.

15 years agowinebuild: Add -m32/-m64 options to allow 32/64-bit cross-compiles.
Alexandre Julliard [Thu, 15 Jan 2009 20:17:51 +0000 (21:17 +0100)] 
winebuild: Add -m32/-m64 options to allow 32/64-bit cross-compiles.

15 years agouser32/tests: Add support for testing only some bits of wparam or lparam. Make some...
Alexandre Julliard [Thu, 15 Jan 2009 14:43:58 +0000 (15:43 +0100)] 
user32/tests: Add support for testing only some bits of wparam or lparam. Make some more messages optional.

15 years agouser32/tests: Print the failure position in the message sequence.
Alexandre Julliard [Thu, 15 Jan 2009 13:45:53 +0000 (14:45 +0100)] 
user32/tests: Print the failure position in the message sequence.

15 years agoshell32: Implement GUIDFromStringW.
Hans Leidekker [Thu, 15 Jan 2009 08:59:29 +0000 (09:59 +0100)] 
shell32: Implement GUIDFromStringW.

15 years agorichedit: Implemented the horizontal scrollbar.
Dylan Smith [Wed, 14 Jan 2009 18:24:02 +0000 (13:24 -0500)] 
richedit: Implemented the horizontal scrollbar.

15 years agorichedit: Clip painting to formatting rectangle.
Dylan Smith [Wed, 14 Jan 2009 18:23:57 +0000 (13:23 -0500)] 
richedit: Clip painting to formatting rectangle.

15 years agolibwine: Avoid writing to repository during install.
Paul Bryan Roberts [Wed, 14 Jan 2009 07:20:30 +0000 (07:20 +0000)] 
libwine: Avoid writing to repository during install.

15 years agoadvapi32: Added SaferCreateLevel stub.
Nikolay Sivov [Thu, 15 Jan 2009 06:30:11 +0000 (09:30 +0300)] 
advapi32: Added SaferCreateLevel stub.

15 years agoadvapi32/tests: Test for enumeration order preservation of reg keys.
Nikolay Sivov [Thu, 15 Jan 2009 02:04:31 +0000 (05:04 +0300)] 
advapi32/tests: Test for enumeration order preservation of reg keys.

15 years agomshtml: Implement IHTMLStyle get/put borderTopStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:40:01 +0000 (18:40 +1100)] 
mshtml: Implement IHTMLStyle get/put borderTopStyle.

15 years agomshtml: Implement IHTMLStyle get/put borderRightStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:39:23 +0000 (18:39 +1100)] 
mshtml: Implement IHTMLStyle get/put borderRightStyle.

15 years agomshtml: Implement IHTMLStyle get/put borderBottomStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:38:32 +0000 (18:38 +1100)] 
mshtml: Implement IHTMLStyle get/put borderBottomStyle.

15 years agomshtml: Implement IHTMLStyle get/put borderLeftStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:30:17 +0000 (18:30 +1100)] 
mshtml: Implement IHTMLStyle get/put borderLeftStyle.

15 years agouser32: Use the message_data_t union when receiving a message.
Alexandre Julliard [Thu, 15 Jan 2009 11:50:59 +0000 (12:50 +0100)] 
user32: Use the message_data_t union when receiving a message.

15 years agocomdlg32: Remove a couple of obsolete WARN()s.
Huw Davies [Thu, 15 Jan 2009 10:45:34 +0000 (10:45 +0000)] 
comdlg32: Remove a couple of obsolete WARN()s.

15 years agocomdlg32: Set the margin edit controls using unicode functions.
Huw Davies [Thu, 15 Jan 2009 10:45:29 +0000 (10:45 +0000)] 
comdlg32: Set the margin edit controls using unicode functions.

15 years agocomdlg32: Simplify the margin initialization.
Huw Davies [Thu, 15 Jan 2009 10:45:25 +0000 (10:45 +0000)] 
comdlg32: Simplify the margin initialization.

15 years agocomdlg32: If a measurement system isn't specified use the default one and update...
Huw Davies [Thu, 15 Jan 2009 10:45:21 +0000 (10:45 +0000)] 
comdlg32: If a measurement system isn't specified use the default one and update the Flags field to reflect this.

15 years agoqmgr: Make credentials stubs return success code.
Andrey Turkin [Thu, 15 Jan 2009 09:40:18 +0000 (12:40 +0300)] 
qmgr: Make credentials stubs return success code.

15 years agodsound: Don't convert single samples at a time.
Henri Verbeet [Thu, 15 Jan 2009 08:58:45 +0000 (09:58 +0100)] 
dsound: Don't convert single samples at a time.

This gives a minor performance improvement.

15 years agowined3d: Remove some comments.
Henri Verbeet [Thu, 15 Jan 2009 08:58:45 +0000 (09:58 +0100)] 
wined3d: Remove some comments.

15 years agowined3d: Implement a R5G6B5 to X8R8G8B8 surface format converter.
Henri Verbeet [Thu, 15 Jan 2009 08:58:45 +0000 (09:58 +0100)] 
wined3d: Implement a R5G6B5 to X8R8G8B8 surface format converter.

Based on a patch by Mike Ruprecht.

15 years agod3d10core: Add a stub ID3D10Texture2D implementation.
Henri Verbeet [Thu, 15 Jan 2009 08:58:44 +0000 (09:58 +0100)] 
d3d10core: Add a stub ID3D10Texture2D implementation.

15 years agodxgi: Add a stub IDXGISurface implementation.
Henri Verbeet [Thu, 15 Jan 2009 08:58:44 +0000 (09:58 +0100)] 
dxgi: Add a stub IDXGISurface implementation.

15 years agodxdiagn: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:44:36 +0000 (09:44 +0100)] 
dxdiagn: Remove superfluous pointer casts.

15 years agoregedit: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:47:14 +0000 (09:47 +0100)] 
regedit: Remove superfluous pointer casts.

15 years agomsi: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:46:57 +0000 (09:46 +0100)] 
msi: Remove superfluous pointer casts.

15 years agomsrle32: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:45:50 +0000 (09:45 +0100)] 
msrle32: Remove superfluous pointer casts.

15 years agomsi/tests: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:44:57 +0000 (09:44 +0100)] 
msi/tests: Remove superfluous pointer casts.

15 years agomciseq: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 15 Jan 2009 08:44:25 +0000 (09:44 +0100)] 
mciseq: Remove superfluous pointer casts.

15 years agoquartz: Add a filtergraph test for mpeg files.
Lei Zhang [Wed, 14 Jan 2009 18:48:19 +0000 (10:48 -0800)] 
quartz: Add a filtergraph test for mpeg files.

15 years agogdiplus: GdipLoadImageFromStream should use well-known pixel format constants when...
Andrey Turkin [Thu, 15 Jan 2009 09:39:47 +0000 (12:39 +0300)] 
gdiplus: GdipLoadImageFromStream should use well-known pixel format constants when possible.

15 years agoole32: Do not crash in WriteClassStg if passed NULL pointer.
Andrey Turkin [Wed, 14 Jan 2009 19:31:06 +0000 (22:31 +0300)] 
ole32: Do not crash in WriteClassStg if passed NULL pointer.

15 years agoole32: Add IContextCallback interface to context object.
Andrey Turkin [Wed, 14 Jan 2009 17:28:09 +0000 (20:28 +0300)] 
ole32: Add IContextCallback interface to context object.

15 years agoshell32: Document SHFlushSFCache, and remove an unneeded fixme.
Juan Lang [Wed, 14 Jan 2009 16:31:04 +0000 (08:31 -0800)] 
shell32: Document SHFlushSFCache, and remove an unneeded fixme.

15 years agowininet: Send a content length header for all verbs other than GET.
Hans Leidekker [Wed, 14 Jan 2009 15:20:11 +0000 (16:20 +0100)] 
wininet: Send a content length header for all verbs other than GET.

15 years agokernel32/tests: Add test cases for reading/writing process memory from an invalid...
Alexandre Julliard [Wed, 14 Jan 2009 19:36:42 +0000 (20:36 +0100)] 
kernel32/tests: Add test cases for reading/writing process memory from an invalid buffer address.

15 years agontdll: Check buffer for access in NtRead/WriteVirtualMemory.
Alexandre Julliard [Wed, 14 Jan 2009 19:36:27 +0000 (20:36 +0100)] 
ntdll: Check buffer for access in NtRead/WriteVirtualMemory.

This also triggers page faults needed for DIB section access and write
watches.

15 years agokernel32: Remove the DIB section hack in WriteFile now that NtWriteFile takes care...
Alexandre Julliard [Wed, 14 Jan 2009 19:20:14 +0000 (20:20 +0100)] 
kernel32: Remove the DIB section hack in WriteFile now that NtWriteFile takes care of it.

15 years agogdi32/tests: Add a test case for calling WriteFile with the DIB section bits as buffer.
Alexandre Julliard [Wed, 14 Jan 2009 19:19:42 +0000 (20:19 +0100)] 
gdi32/tests: Add a test case for calling WriteFile with the DIB section bits as buffer.

15 years agokernel32/tests: Add test cases for reading/writing from an invalid buffer address.
Alexandre Julliard [Wed, 14 Jan 2009 19:18:29 +0000 (20:18 +0100)] 
kernel32/tests: Add test cases for reading/writing from an invalid buffer address.

15 years agontdll: Check buffer for access in NtReadFile before performing I/O.
Alexandre Julliard [Wed, 14 Jan 2009 19:17:52 +0000 (20:17 +0100)] 
ntdll: Check buffer for access in NtReadFile before performing I/O.

This also triggers page faults needed for write watches.

15 years agontdll: Check buffer for access in NtWriteFile before performing I/O.
Alexandre Julliard [Wed, 14 Jan 2009 19:17:52 +0000 (20:17 +0100)] 
ntdll: Check buffer for access in NtWriteFile before performing I/O.

This also triggers page faults needed for DIB section access.

15 years agocabinet: Don't try to copy data from the file if we don't even have a data buffer.
Alexandre Julliard [Thu, 15 Jan 2009 11:03:08 +0000 (12:03 +0100)] 
cabinet: Don't try to copy data from the file if we don't even have a data buffer.

15 years agocomdlg32: We no longer need to update the dialog struct on exit as all of the informa...
Huw Davies [Wed, 14 Jan 2009 14:42:38 +0000 (14:42 +0000)] 
comdlg32: We no longer need to update the dialog struct on exit as all of the information is up to date.

15 years agocomdlg32: Use a unicode dialog.
Huw Davies [Wed, 14 Jan 2009 14:43:08 +0000 (14:43 +0000)] 
comdlg32: Use a unicode dialog.

15 years agocomdlg32: Keep the DEVMODE's papersize member up to date.
Huw Davies [Wed, 14 Jan 2009 14:43:00 +0000 (14:43 +0000)] 
comdlg32: Keep the DEVMODE's papersize member up to date.

15 years agocomdlg32: Keep the DEVMODE's orientation member up to date.
Huw Davies [Wed, 14 Jan 2009 14:42:53 +0000 (14:42 +0000)] 
comdlg32: Keep the DEVMODE's orientation member up to date.

15 years agowinhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips().
Francois Gouget [Wed, 14 Jan 2009 13:52:50 +0000 (14:52 +0100)] 
winhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips().

15 years agowinhlp32: Reorder some functions to avoid forward declarations in hlpfile.c.
Francois Gouget [Wed, 14 Jan 2009 13:52:32 +0000 (14:52 +0100)] 
winhlp32: Reorder some functions to avoid forward declarations in hlpfile.c.

15 years agokernel32/tests: Some todo tests for CompareStringA and lstrcmpi.
Nikolay Sivov [Wed, 14 Jan 2009 13:28:58 +0000 (16:28 +0300)] 
kernel32/tests: Some todo tests for CompareStringA and lstrcmpi.

15 years agouser32/tests: Add tests for DdeGetData Ascii interface.
Jeff Latimer [Wed, 14 Jan 2009 07:29:28 +0000 (18:29 +1100)] 
user32/tests: Add tests for DdeGetData Ascii interface.

15 years agouser32: Check for NULL pData in DdeClientTransAction expecting to be passed a handle.
Jeff Latimer [Wed, 14 Jan 2009 07:29:18 +0000 (18:29 +1100)] 
user32: Check for NULL pData in DdeClientTransAction expecting to be passed a handle.

15 years agoddrawex/tests: Don't crash on win9x.
Paul Vriens [Wed, 14 Jan 2009 13:29:56 +0000 (14:29 +0100)] 
ddrawex/tests: Don't crash on win9x.

15 years agosetupapi/tests: Fix some test failures on win9x.
Paul Vriens [Wed, 14 Jan 2009 13:26:38 +0000 (14:26 +0100)] 
setupapi/tests: Fix some test failures on win9x.

15 years agoconfigure: Check for ESound, FreeType, GPhoto2 and SANE even if their 'xxx-config...
Francois Gouget [Wed, 14 Jan 2009 13:16:06 +0000 (14:16 +0100)] 
configure: Check for ESound, FreeType, GPhoto2 and SANE even if their 'xxx-config' tool is missing.

15 years agoddrawex: Add a trailing '\n' to a Wine trace.
Francois Gouget [Wed, 14 Jan 2009 13:15:45 +0000 (14:15 +0100)] 
ddrawex: Add a trailing '\n' to a Wine trace.

15 years agowidl: Add a trailing '\n' to an error() message.
Francois Gouget [Wed, 14 Jan 2009 13:15:33 +0000 (14:15 +0100)] 
widl: Add a trailing '\n' to an error() message.

15 years agorpcrt4/tests: Add a trailing '\n' to ok() calls.
Francois Gouget [Wed, 14 Jan 2009 13:15:26 +0000 (14:15 +0100)] 
rpcrt4/tests: Add a trailing '\n' to ok() calls.

15 years agorichedit: Correct limitations on values for setting zoom ratio.
Dylan Smith [Tue, 13 Jan 2009 18:39:39 +0000 (13:39 -0500)] 
richedit: Correct limitations on values for setting zoom ratio.

15 years agorichedit: Zoom in and out with mouse wheel with control held.
Dylan Smith [Tue, 13 Jan 2009 18:39:32 +0000 (13:39 -0500)] 
richedit: Zoom in and out with mouse wheel with control held.

15 years agorichedit: Added tests for zooming.
Dylan Smith [Tue, 13 Jan 2009 18:39:23 +0000 (13:39 -0500)] 
richedit: Added tests for zooming.

The contents of the text can be zoomed in with EM_SETZOOM, or with the
mouse wheel.  EM_SETZOOM is implemented, but these tests show bugs in
the implementation, and zooming using the mouse wheel isn't
implemented at all yet.

15 years agoole32/tests: Add test for IContextCallback.
Andrey Turkin [Tue, 13 Jan 2009 22:59:03 +0000 (01:59 +0300)] 
ole32/tests: Add test for IContextCallback.

15 years agoinclude: Add ctxtcall.idl file with IContextCallback interface definition.
Andrey Turkin [Tue, 13 Jan 2009 22:58:41 +0000 (01:58 +0300)] 
include: Add ctxtcall.idl file with IContextCallback interface definition.

15 years agocryptnet: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:51:43 +0000 (09:51 +0100)] 
cryptnet: Remove superfluous pointer casts.

15 years agod3d8: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:51:52 +0000 (09:51 +0100)] 
d3d8: Remove superfluous pointer casts.

15 years agodswave: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:52:15 +0000 (09:52 +0100)] 
dswave: Remove superfluous pointer casts.

15 years agogdiplus: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:52:24 +0000 (09:52 +0100)] 
gdiplus: Remove superfluous pointer casts.

15 years agowined3d: Fix a memory leak in CreateSwapChain() error handling.
Henri Verbeet [Wed, 14 Jan 2009 09:01:12 +0000 (10:01 +0100)] 
wined3d: Fix a memory leak in CreateSwapChain() error handling.

15 years agowined3d: Get rid of D3DCREATEOBJECTINSTANCE.
Henri Verbeet [Wed, 14 Jan 2009 09:01:11 +0000 (10:01 +0100)] 
wined3d: Get rid of D3DCREATEOBJECTINSTANCE.

15 years agowined3d: Remove AddDirtyRect() from the public interface.
Henri Verbeet [Wed, 14 Jan 2009 09:01:11 +0000 (10:01 +0100)] 
wined3d: Remove AddDirtyRect() from the public interface.

15 years agowined3d: Remove AddDirtyBox() from the public interface.
Henri Verbeet [Wed, 14 Jan 2009 09:01:10 +0000 (10:01 +0100)] 
wined3d: Remove AddDirtyBox() from the public interface.

This is an internal wined3d function.

15 years agowined3d: Remove CleanDirtyBox().
Henri Verbeet [Wed, 14 Jan 2009 09:01:10 +0000 (10:01 +0100)] 
wined3d: Remove CleanDirtyBox().

It's never used.

15 years agoconfigure: Specify the target flags directly from configure to avoid trouble on BSD...
Alexandre Julliard [Wed, 14 Jan 2009 11:53:42 +0000 (12:53 +0100)] 
configure: Specify the target flags directly from configure to avoid trouble on BSD make.

15 years agowinebuild: Add -b as a short option for --target for gcc compatibility.
Alexandre Julliard [Wed, 14 Jan 2009 11:52:53 +0000 (12:52 +0100)] 
winebuild: Add -b as a short option for --target for gcc compatibility.

15 years agomshtml: Add missing IHTMLCurrentStyle interfaces.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 08:22:54 +0000 (19:22 +1100)] 
mshtml: Add missing IHTMLCurrentStyle interfaces.

15 years agomsxml3: Add fixme for unsupported parameter.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 21:29:27 +0000 (08:29 +1100)] 
msxml3: Add fixme for unsupported parameter.