wine
13 years agower/tests: Add initial tests for WerReportCreate + WerReportCloseHandle.
Detlef Riekenberg [Mon, 1 Nov 2010 08:22:04 +0000 (09:22 +0100)] 
wer/tests: Add initial tests for WerReportCreate + WerReportCloseHandle.

13 years agower: Add stubs for WerReportCreate + WerReportCloseHandle.
Detlef Riekenberg [Mon, 1 Nov 2010 08:22:03 +0000 (09:22 +0100)] 
wer: Add stubs for WerReportCreate + WerReportCloseHandle.

13 years agomsxml3: Hint parser to use UTF-8 if it's specfied as BOM.
Nikolay Sivov [Sat, 30 Oct 2010 14:49:43 +0000 (18:49 +0400)] 
msxml3: Hint parser to use UTF-8 if it's specfied as BOM.

13 years agomsxml3: Get rid of ::get_baseName() forward.
Nikolay Sivov [Sun, 31 Oct 2010 09:39:53 +0000 (12:39 +0300)] 
msxml3: Get rid of ::get_baseName() forward.

13 years agomsxml3: Get rid of ::get_prefix() forward.
Nikolay Sivov [Sun, 31 Oct 2010 09:22:53 +0000 (12:22 +0300)] 
msxml3: Get rid of ::get_prefix() forward.

13 years agomsxml3: Get rid of ::cloneNode() forward.
Nikolay Sivov [Sun, 31 Oct 2010 08:50:58 +0000 (11:50 +0300)] 
msxml3: Get rid of ::cloneNode() forward.

13 years agomsxml3: Implement a trivial case of ::put_nodeTypedValue() for elements.
Nikolay Sivov [Sat, 30 Oct 2010 15:42:24 +0000 (19:42 +0400)] 
msxml3: Implement a trivial case of ::put_nodeTypedValue() for elements.

13 years agoddraw: Add tests for the foreground window set by SetCooperativeLevel.
David Adam [Thu, 28 Oct 2010 12:18:15 +0000 (14:18 +0200)] 
ddraw: Add tests for the foreground window set by SetCooperativeLevel.

13 years agomsvcrt: Use parameter checking macros in vsn(w)printf_s_l.
Eric Pouech [Fri, 29 Oct 2010 13:39:42 +0000 (15:39 +0200)] 
msvcrt: Use parameter checking macros in vsn(w)printf_s_l.

13 years agomsvcrt: Use parameter checking macros in wcstombs_s_l.
Eric Pouech [Fri, 29 Oct 2010 13:39:36 +0000 (15:39 +0200)] 
msvcrt: Use parameter checking macros in wcstombs_s_l.

13 years agomsvcrt: Use parameter checking macros for wcsto{number} functions.
Eric Pouech [Fri, 29 Oct 2010 13:39:30 +0000 (15:39 +0200)] 
msvcrt: Use parameter checking macros for wcsto{number} functions.

13 years agomsvcrt: Use parameter checking macros for string to number functions.
Eric Pouech [Fri, 29 Oct 2010 13:39:25 +0000 (15:39 +0200)] 
msvcrt: Use parameter checking macros for string to number functions.

13 years agomsvcrt: Use parameter checking macros for strtok_s.
Eric Pouech [Fri, 29 Oct 2010 13:39:14 +0000 (15:39 +0200)] 
msvcrt: Use parameter checking macros for strtok_s.

13 years agomsvcrt: Use parameter validation macros for mcstowcs_s_l.
Eric Pouech [Fri, 29 Oct 2010 13:39:08 +0000 (15:39 +0200)] 
msvcrt: Use parameter validation macros for mcstowcs_s_l.

13 years agomsvcrt: Use the parameter checking macros for strncpy_s.
Eric Pouech [Fri, 29 Oct 2010 13:39:03 +0000 (15:39 +0200)] 
msvcrt: Use the parameter checking macros for strncpy_s.

13 years agomsvcrt: Use the new parameter checking macros for f(w)open_s functions.
Eric Pouech [Fri, 29 Oct 2010 13:38:57 +0000 (15:38 +0200)] 
msvcrt: Use the new parameter checking macros for f(w)open_s functions.

13 years agomsvcrt: Moved _get_osplatform to the new macros for parameters validation.
Eric Pouech [Fri, 29 Oct 2010 13:38:51 +0000 (15:38 +0200)] 
msvcrt: Moved _get_osplatform to the new macros for parameters validation.

13 years agomsvcrt: Added macro to ease implementation of so called secure (_s postfix) APIs.
Eric Pouech [Fri, 29 Oct 2010 13:38:46 +0000 (15:38 +0200)] 
msvcrt: Added macro to ease implementation of so called secure (_s postfix) APIs.

13 years agocomctl32: Fix test description in test_hittest.
Gerald Pfeifer [Sun, 31 Oct 2010 18:15:05 +0000 (19:15 +0100)] 
comctl32: Fix test description in test_hittest.

13 years agocomctl32: Remove TOOLTIPS_WindowFromPoint, putting its functionality into its sole...
Gerald Pfeifer [Sun, 31 Oct 2010 17:34:02 +0000 (18:34 +0100)] 
comctl32: Remove TOOLTIPS_WindowFromPoint, putting its functionality into its sole calling site.

13 years agourlmon: Fix typo in trace in validate_path.
Gerald Pfeifer [Sun, 31 Oct 2010 14:14:59 +0000 (15:14 +0100)] 
urlmon: Fix typo in trace in validate_path.

13 years agowined3d: Don't reapply lighting when vertex shaders are used.
Stefan Dösinger [Fri, 29 Oct 2010 16:15:23 +0000 (18:15 +0200)] 
wined3d: Don't reapply lighting when vertex shaders are used.

If a vertex shader is used the GL_LIGHTING state is ignored. If the
shader is turned off state_vdecl is called anyway, so it will adjust the
lighting state to match the available fixed function vertex attributes.

13 years agowined3d: Don't change GL_TEXTURE* when using the arb fragment pipeline.
Stefan Dösinger [Sun, 31 Oct 2010 21:11:04 +0000 (22:11 +0100)] 
wined3d: Don't change GL_TEXTURE* when using the arb fragment pipeline.

13 years agowined3d: Don't pass the texture stages to basetexture_apply_state_changes.
Stefan Dösinger [Sun, 31 Oct 2010 21:09:38 +0000 (22:09 +0100)] 
wined3d: Don't pass the texture stages to basetexture_apply_state_changes.

13 years agoinclude: Add IP_PKTINFO response structure.
Erich Hoover [Sat, 30 Oct 2010 01:15:58 +0000 (19:15 -0600)] 
include: Add IP_PKTINFO response structure.

13 years agod3drm: Fix signature of LoadTextureFromResource macro of IDirect3DRM2 interface.
Vijay Kiran Kamuju [Sun, 31 Oct 2010 19:25:09 +0000 (15:25 -0400)] 
d3drm: Fix signature of LoadTextureFromResource macro of IDirect3DRM2 interface.

13 years agogdi32/tests: Fix crash and failures on Win95.
Paul Vriens [Sun, 31 Oct 2010 18:27:49 +0000 (19:27 +0100)] 
gdi32/tests: Fix crash and failures on Win95.

13 years agolocalspl: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Sun, 31 Oct 2010 18:02:43 +0000 (19:02 +0100)] 
localspl: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agooledlg: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Sun, 31 Oct 2010 17:56:35 +0000 (18:56 +0100)] 
oledlg: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agowininet: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Sun, 31 Oct 2010 17:47:54 +0000 (18:47 +0100)] 
wininet: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agoshdoclc: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Sun, 31 Oct 2010 16:17:59 +0000 (17:17 +0100)] 
shdoclc: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agogphoto2.ds: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Sun, 31 Oct 2010 12:35:19 +0000 (13:35 +0100)] 
gphoto2.ds: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agodevenum: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Sun, 31 Oct 2010 12:33:14 +0000 (13:33 +0100)] 
devenum: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agocryptdlg: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Sun, 31 Oct 2010 12:31:41 +0000 (13:31 +0100)] 
cryptdlg: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agojscript: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Sun, 31 Oct 2010 10:48:35 +0000 (11:48 +0100)] 
jscript: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agogdiplus: Add tests for GdipGetLineTransform.
Vincent Povirk [Sat, 30 Oct 2010 20:19:00 +0000 (15:19 -0500)] 
gdiplus: Add tests for GdipGetLineTransform.

13 years agogdiplus: Don't rely on an HDC in GdipMeasureString.
Vincent Povirk [Sat, 30 Oct 2010 18:35:43 +0000 (13:35 -0500)] 
gdiplus: Don't rely on an HDC in GdipMeasureString.

13 years agogdiplus: Don't rely on an HDC in GdipMeasureCharacterRanges.
Vincent Povirk [Sat, 30 Oct 2010 18:28:15 +0000 (13:28 -0500)] 
gdiplus: Don't rely on an HDC in GdipMeasureCharacterRanges.

13 years agogdiplus: Don't rely on an HDC in GdipGetFontHeight.
Vincent Povirk [Sat, 30 Oct 2010 18:19:48 +0000 (13:19 -0500)] 
gdiplus: Don't rely on an HDC in GdipGetFontHeight.

13 years agogdiplus: Add a test for GdipCreateMatrix3.
Vincent Povirk [Sat, 30 Oct 2010 20:50:25 +0000 (15:50 -0500)] 
gdiplus: Add a test for GdipCreateMatrix3.

13 years agogdiplus: Fix point conversion in GdipCreateLineBrushI.
Vincent Povirk [Sat, 30 Oct 2010 18:59:21 +0000 (13:59 -0500)] 
gdiplus: Fix point conversion in GdipCreateLineBrushI.

13 years agogphoto2: Added Hebrew translation.
Yaron Shahrabani [Wed, 27 Oct 2010 13:38:36 +0000 (15:38 +0200)] 
gphoto2: Added Hebrew translation.

13 years agohhctrl.ocx: Added Hebrew translation.
Yaron Shahrabani [Wed, 27 Oct 2010 10:35:11 +0000 (12:35 +0200)] 
hhctrl.ocx: Added Hebrew translation.

13 years agoups10: Corrected rtl implementation for ScriptStringXtoCP and ScriptStringXtoCP.
Aric Stewart [Fri, 29 Oct 2010 18:48:48 +0000 (13:48 -0500)] 
ups10: Corrected rtl implementation for ScriptStringXtoCP and ScriptStringXtoCP.

13 years agoinclude: Merge the ia64 ifdefs into one.
André Hentschel [Fri, 29 Oct 2010 15:13:21 +0000 (17:13 +0200)] 
include: Merge the ia64 ifdefs into one.

13 years agoinclude: Better detect MIPS architecture.
André Hentschel [Fri, 29 Oct 2010 14:34:47 +0000 (16:34 +0200)] 
include: Better detect MIPS architecture.

13 years agoinclude: Add MIPS endianess.
André Hentschel [Fri, 29 Oct 2010 14:34:38 +0000 (16:34 +0200)] 
include: Add MIPS endianess.

13 years agoinclude: Better distinguish ARM's endianess.
André Hentschel [Fri, 29 Oct 2010 14:34:31 +0000 (16:34 +0200)] 
include: Better distinguish ARM's endianess.

13 years agontdll: Don't try to join with the main thread.
Alexandre Julliard [Mon, 1 Nov 2010 10:28:38 +0000 (11:28 +0100)] 
ntdll: Don't try to join with the main thread.

13 years agolibwine: Update Unicode tables to the Unicode 6.0 standard.
Alexandre Julliard [Sat, 30 Oct 2010 18:42:09 +0000 (20:42 +0200)] 
libwine: Update Unicode tables to the Unicode 6.0 standard.

13 years agoRelease 1.3.6. wine-1.3.6
Alexandre Julliard [Fri, 29 Oct 2010 17:42:36 +0000 (19:42 +0200)] 
Release 1.3.6.

13 years agomsxml3/tests: Add XSLPattern collection method tests.
Adam Martinson [Fri, 29 Oct 2010 01:16:02 +0000 (20:16 -0500)] 
msxml3/tests: Add XSLPattern collection method tests.

13 years agomsxml3: Fix XSLPattern namespace handling.
Adam Martinson [Fri, 29 Oct 2010 01:14:58 +0000 (20:14 -0500)] 
msxml3: Fix XSLPattern namespace handling.

13 years agomsxml3: Don't use xmlnode's IXMLDOMNode iface in get_xml implementations.
Jacek Caban [Fri, 29 Oct 2010 14:27:09 +0000 (16:27 +0200)] 
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_xml implementations.

13 years agomshtml: Added IHTMLEmbedElement stub implementation.
Jacek Caban [Fri, 29 Oct 2010 13:53:15 +0000 (15:53 +0200)] 
mshtml: Added IHTMLEmbedElement stub implementation.

13 years agohhctrl.ocx: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Fri, 29 Oct 2010 14:03:40 +0000 (16:03 +0200)] 
hhctrl.ocx: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agooleacc: Add the Serbian (Latin and Cyrillic) translation.
Paul Vriens [Fri, 29 Oct 2010 13:47:02 +0000 (15:47 +0200)] 
oleacc: Add the Serbian (Latin and Cyrillic) translation.

Translation by Đorđe Vasiljević.

13 years agooleaut32: Fix invalid cast.
Eric Pouech [Fri, 29 Oct 2010 13:39:43 +0000 (15:39 +0200)] 
oleaut32: Fix invalid cast.

13 years agod3dcompiler_43/tests: Added float vector tests to HLSL test suite.
Travis Athougies [Fri, 29 Oct 2010 02:16:50 +0000 (19:16 -0700)] 
d3dcompiler_43/tests: Added float vector tests to HLSL test suite.

13 years agod3dcompiler_43/tests: Added tests for conditional expressions to HLSL test suite.
Travis Athougies [Fri, 29 Oct 2010 02:16:49 +0000 (19:16 -0700)] 
d3dcompiler_43/tests: Added tests for conditional expressions to HLSL test suite.

13 years agod3dcompiler_43/tests: Added order of operations test to HLSL test suite.
Travis Athougies [Fri, 29 Oct 2010 02:16:48 +0000 (19:16 -0700)] 
d3dcompiler_43/tests: Added order of operations test to HLSL test suite.

13 years agowinegstreamer: Add gstreamer audio convert transform filter.
Aric Stewart [Thu, 28 Oct 2010 19:42:33 +0000 (14:42 -0500)] 
winegstreamer: Add gstreamer audio convert transform filter.

13 years agowinegstreamer: Add gstreamer mp3 transform filter.
Aric Stewart [Thu, 28 Oct 2010 19:42:29 +0000 (14:42 -0500)] 
winegstreamer: Add gstreamer mp3 transform filter.

13 years agoadvapi32: Implement EnumServicesStatusExA/W.
Hans Leidekker [Fri, 29 Oct 2010 10:53:37 +0000 (12:53 +0200)] 
advapi32: Implement EnumServicesStatusExA/W.

13 years agowined3d: Remove some redundant state save/restore code from flush_to_framebuffer_draw...
Henri Verbeet [Fri, 29 Oct 2010 10:25:19 +0000 (12:25 +0200)] 
wined3d: Remove some redundant state save/restore code from flush_to_framebuffer_drawpixels().

13 years agowined3d: Don't flip the coordinate system in set_blit_dimension().
Henri Verbeet [Fri, 29 Oct 2010 10:25:18 +0000 (12:25 +0200)] 
wined3d: Don't flip the coordinate system in set_blit_dimension().

13 years agowined3d: Only complain about unsupported filtering if we have a reason to.
Henri Verbeet [Fri, 29 Oct 2010 10:25:17 +0000 (12:25 +0200)] 
wined3d: Only complain about unsupported filtering if we have a reason to.

13 years agowined3d: Move loop state to wined3d_shader_context.
Henri Verbeet [Fri, 29 Oct 2010 10:25:16 +0000 (12:25 +0200)] 
wined3d: Move loop state to wined3d_shader_context.

13 years agowined3d: Move "parse_state" to wined3d_shader_context.
Henri Verbeet [Fri, 29 Oct 2010 10:25:15 +0000 (12:25 +0200)] 
wined3d: Move "parse_state" to wined3d_shader_context.

13 years agoconfigure: Check for GStreamer functionality present in 0.10.26.
Andrew Nguyen [Fri, 29 Oct 2010 05:26:04 +0000 (00:26 -0500)] 
configure: Check for GStreamer functionality present in 0.10.26.

13 years agoconfigure: More aggressive disabling of Fortify.
Alexandre Julliard [Fri, 29 Oct 2010 12:25:01 +0000 (14:25 +0200)] 
configure: More aggressive disabling of Fortify.

13 years agousp10/tests: Update test_ScriptStringXtoCP_CPtoX to test both rtl and ltr characters.
Aric Stewart [Thu, 28 Oct 2010 19:42:39 +0000 (14:42 -0500)] 
usp10/tests: Update test_ScriptStringXtoCP_CPtoX to test both rtl and ltr characters.

13 years agojscript: Update Portuguese translation.
Gustavo Henrique Milaré [Fri, 29 Oct 2010 01:39:13 +0000 (23:39 -0200)] 
jscript: Update Portuguese translation.

13 years agomshtml: Update Portuguese translation.
Gustavo Henrique Milaré [Fri, 29 Oct 2010 01:31:06 +0000 (23:31 -0200)] 
mshtml: Update Portuguese translation.

13 years agoshell32: Update Portuguese translation.
Gustavo Henrique Milaré [Fri, 29 Oct 2010 01:27:17 +0000 (23:27 -0200)] 
shell32: Update Portuguese translation.

13 years agokernel32/tests: Fix the mixed-case short path test to actually test something.
Charles Davis [Thu, 28 Oct 2010 23:57:48 +0000 (17:57 -0600)] 
kernel32/tests: Fix the mixed-case short path test to actually test something.

13 years agomsxml3: Trace backend error even when user error handler is not set.
Nikolay Sivov [Thu, 28 Oct 2010 22:06:33 +0000 (02:06 +0400)] 
msxml3: Trace backend error even when user error handler is not set.

13 years agomsxml3: Build qualified name using libxml2 helper.
Nikolay Sivov [Thu, 28 Oct 2010 21:14:08 +0000 (01:14 +0400)] 
msxml3: Build qualified name using libxml2 helper.

13 years agomsxml3: Add a helper to check for error handler being set.
Nikolay Sivov [Thu, 28 Oct 2010 21:04:44 +0000 (01:04 +0400)] 
msxml3: Add a helper to check for error handler being set.

13 years agomsxml3/tests: Some encoding switching tests.
Nikolay Sivov [Thu, 28 Oct 2010 21:00:44 +0000 (01:00 +0400)] 
msxml3/tests: Some encoding switching tests.

13 years agoinclude: Add WerReportCreate + WerReportCloseHandle.
Detlef Riekenberg [Thu, 28 Oct 2010 21:42:00 +0000 (23:42 +0200)] 
include: Add WerReportCreate + WerReportCloseHandle.

13 years agowined3d: Access reg_maps though ins->ctx in get_loop_control_const().
Henri Verbeet [Thu, 28 Oct 2010 09:50:00 +0000 (11:50 +0200)] 
wined3d: Access reg_maps though ins->ctx in get_loop_control_const().

13 years agowined3d: Access reg_maps though ins->ctx in get_bool_const().
Henri Verbeet [Thu, 28 Oct 2010 09:49:59 +0000 (11:49 +0200)] 
wined3d: Access reg_maps though ins->ctx in get_bool_const().

13 years agowined3d: Access reg_maps though ins->ctx in shader_hw_mov().
Henri Verbeet [Thu, 28 Oct 2010 09:49:58 +0000 (11:49 +0200)] 
wined3d: Access reg_maps though ins->ctx in shader_hw_mov().

13 years agowined3d: Access reg_maps though ins->ctx in shader_arb_get_register_name().
Henri Verbeet [Thu, 28 Oct 2010 09:49:57 +0000 (11:49 +0200)] 
wined3d: Access reg_maps though ins->ctx in shader_arb_get_register_name().

13 years agowined3d: Access reg_maps though ins->ctx in shader_glsl_get_register_name().
Henri Verbeet [Thu, 28 Oct 2010 09:49:56 +0000 (11:49 +0200)] 
wined3d: Access reg_maps though ins->ctx in shader_glsl_get_register_name().

This is all part of the ongoing work to make the shader backend interface less
dependent on wined3d internals.

13 years agokernel32/tests: Add a test for opening short paths of differing case.
Charles Davis [Thu, 28 Oct 2010 03:58:55 +0000 (21:58 -0600)] 
kernel32/tests: Add a test for opening short paths of differing case.

13 years agod3dcompiler_43/tests: Added HLSL test suite.
Travis Athougies [Mon, 25 Oct 2010 06:54:20 +0000 (23:54 -0700)] 
d3dcompiler_43/tests: Added HLSL test suite.

13 years agomscoree: Implement LoadLibraryShim.
Vincent Povirk [Wed, 27 Oct 2010 15:51:19 +0000 (10:51 -0500)] 
mscoree: Implement LoadLibraryShim.

13 years agowine.inf: Add some .NET-related fakedlls.
Vincent Povirk [Wed, 27 Oct 2010 15:21:38 +0000 (10:21 -0500)] 
wine.inf: Add some .NET-related fakedlls.

13 years agomscoree: Add tests for LoadLibraryShim.
Vincent Povirk [Tue, 26 Oct 2010 19:37:28 +0000 (14:37 -0500)] 
mscoree: Add tests for LoadLibraryShim.

13 years agocomdlg32/tests: Fixed up handling of temporary file in printdlg tests.
Austin Lund [Wed, 27 Oct 2010 00:32:35 +0000 (10:32 +1000)] 
comdlg32/tests: Fixed up handling of temporary file in printdlg tests.

13 years agowinegstreamer: Add gstreamer YUV->RGB transform filter.
Aric Stewart [Wed, 27 Oct 2010 18:14:15 +0000 (13:14 -0500)] 
winegstreamer: Add gstreamer YUV->RGB transform filter.

13 years agowinegstreamer: Add structure for gstreamer transform filters.
Aric Stewart [Wed, 27 Oct 2010 18:14:06 +0000 (13:14 -0500)] 
winegstreamer: Add structure for gstreamer transform filters.

13 years agomsxml3/tests: Add namespace-related XSLPattern tests.
Adam Martinson [Wed, 27 Oct 2010 14:37:36 +0000 (09:37 -0500)] 
msxml3/tests: Add namespace-related XSLPattern tests.

13 years agomsxml3: libxml2 error/warning callback functions.
Adam Martinson [Wed, 27 Oct 2010 14:35:56 +0000 (09:35 -0500)] 
msxml3: libxml2 error/warning callback functions.

13 years agowinegcc: Fix the lib dir detection.
Alexandre Julliard [Thu, 28 Oct 2010 09:45:05 +0000 (11:45 +0200)] 
winegcc: Fix the lib dir detection.

Spotted by André Hentschel.

13 years agowinegstreamer: Define real DllCanUnloadNow and DllGetClassObject functions.
Alexandre Julliard [Thu, 28 Oct 2010 09:42:52 +0000 (11:42 +0200)] 
winegstreamer: Define real DllCanUnloadNow and DllGetClassObject functions.

13 years agoqcap: Define a real DllGetClassObject function.
Alexandre Julliard [Thu, 28 Oct 2010 09:42:35 +0000 (11:42 +0200)] 
qcap: Define a real DllGetClassObject function.

13 years agomsxml3: Actually try to use IPersistStream if it's available.
Nikolay Sivov [Wed, 27 Oct 2010 21:27:06 +0000 (01:27 +0400)] 
msxml3: Actually try to use IPersistStream if it's available.