wine
13 years agosetupapi: Implement SetupQuerySpaceRequiredOnDriveW.
Andrew Nguyen [Tue, 7 Sep 2010 10:00:39 +0000 (05:00 -0500)] 
setupapi: Implement SetupQuerySpaceRequiredOnDriveW.

13 years agosetupapi: Improve parameter validation for SetupCreateDiskSpaceListA/W.
Andrew Nguyen [Tue, 7 Sep 2010 10:00:29 +0000 (05:00 -0500)] 
setupapi: Improve parameter validation for SetupCreateDiskSpaceListA/W.

13 years agouser32: Use WIN_GetRectangles where possible instead of mapping coordinates explicitly.
Alexandre Julliard [Tue, 7 Sep 2010 13:11:24 +0000 (15:11 +0200)] 
user32: Use WIN_GetRectangles where possible instead of mapping coordinates explicitly.

13 years agouser32: Use WIN_GetRectangles where possible instead of accessing the window structure.
Alexandre Julliard [Tue, 7 Sep 2010 12:41:07 +0000 (14:41 +0200)] 
user32: Use WIN_GetRectangles where possible instead of accessing the window structure.

13 years agouser32: Pass the window styles to NC_GetInsideRect instead of accessing the window...
Alexandre Julliard [Tue, 7 Sep 2010 12:33:13 +0000 (14:33 +0200)] 
user32: Pass the window styles to NC_GetInsideRect instead of accessing the window structure.

13 years agouser32: Add support for fetching window rectangles relative to various origins.
Alexandre Julliard [Tue, 7 Sep 2010 12:31:30 +0000 (14:31 +0200)] 
user32: Add support for fetching window rectangles relative to various origins.

13 years agoinclude: Move some included files outside of extern "C".
Alexandre Julliard [Tue, 7 Sep 2010 09:36:46 +0000 (11:36 +0200)] 
include: Move some included files outside of extern "C".

13 years agourlmon: Implemented IUriBuilder_{Get/Set}UserName.
Thomas Mullaly [Mon, 6 Sep 2010 21:55:23 +0000 (17:55 -0400)] 
urlmon: Implemented IUriBuilder_{Get/Set}UserName.

13 years agourlmon: Some IUri's don't include the userinfo component in the absolute URI string.
Thomas Mullaly [Mon, 6 Sep 2010 22:54:22 +0000 (18:54 -0400)] 
urlmon: Some IUri's don't include the userinfo component in the absolute URI string.

13 years agourlmon: Implemented IUriBuilder_{Get/Set}SchemeName.
Thomas Mullaly [Mon, 6 Sep 2010 20:51:11 +0000 (16:51 -0400)] 
urlmon: Implemented IUriBuilder_{Get/Set}SchemeName.

13 years agourlmon: Implemented IUriBuilder_{Get/Set}Query.
Thomas Mullaly [Mon, 6 Sep 2010 20:43:37 +0000 (16:43 -0400)] 
urlmon: Implemented IUriBuilder_{Get/Set}Query.

13 years agourlmon: Implemented IUriBuilder_{Get/Set}Port.
Thomas Mullaly [Mon, 6 Sep 2010 20:34:21 +0000 (16:34 -0400)] 
urlmon: Implemented IUriBuilder_{Get/Set}Port.

13 years agourlmon: set_builder_component now handles setting the modified property flag.
Thomas Mullaly [Mon, 6 Sep 2010 19:47:01 +0000 (15:47 -0400)] 
urlmon: set_builder_component now handles setting the modified property flag.

13 years agomsxml3/tests: Basic test for ::setAttributeNode().
Nikolay Sivov [Mon, 6 Sep 2010 19:26:39 +0000 (23:26 +0400)] 
msxml3/tests: Basic test for ::setAttributeNode().

13 years agomsxml3/tests: Some tests for ::get_ownerDocument() returned document instance.
Nikolay Sivov [Sun, 5 Sep 2010 17:06:17 +0000 (21:06 +0400)] 
msxml3/tests: Some tests for ::get_ownerDocument() returned document instance.

13 years agomsxml3/domdoc: Implement IXMLDOMNamedNodeMap::removeQualifiedItem().
Nikolay Sivov [Sat, 4 Sep 2010 14:41:10 +0000 (18:41 +0400)] 
msxml3/domdoc: Implement IXMLDOMNamedNodeMap::removeQualifiedItem().

13 years agomsxml3/tests: Add a helper to create document instance, remove useless output.
Nikolay Sivov [Sat, 4 Sep 2010 14:14:58 +0000 (18:14 +0400)] 
msxml3/tests: Add a helper to create document instance, remove useless output.

13 years agoshlwapi: Improved UrlEscapeW implementation.
Piotr Caban [Sun, 5 Sep 2010 20:13:47 +0000 (22:13 +0200)] 
shlwapi: Improved UrlEscapeW implementation.

13 years agoshlwapi: Improved UrlCanonicalize implementation.
Piotr Caban [Sun, 5 Sep 2010 20:13:05 +0000 (22:13 +0200)] 
shlwapi: Improved UrlCanonicalize implementation.

13 years agosetupx.dll16: Simplify vcpUICallbackProc16 a bit.
Gerald Pfeifer [Mon, 6 Sep 2010 19:02:14 +0000 (21:02 +0200)] 
setupx.dll16: Simplify vcpUICallbackProc16 a bit.

13 years agowinex11.drv: Fix comment for #endif.
Gerald Pfeifer [Mon, 6 Sep 2010 18:51:41 +0000 (20:51 +0200)] 
winex11.drv: Fix comment for #endif.

13 years agowined3d: Getting the current pixel shader should never fail.
Henri Verbeet [Mon, 6 Sep 2010 20:18:56 +0000 (22:18 +0200)] 
wined3d: Getting the current pixel shader should never fail.

13 years agowined3d: Getting the current vertex shader should never fail.
Henri Verbeet [Mon, 6 Sep 2010 20:18:55 +0000 (22:18 +0200)] 
wined3d: Getting the current vertex shader should never fail.

13 years agowined3d: Rename "pDesc" to "desc".
Henri Verbeet [Mon, 6 Sep 2010 20:18:54 +0000 (22:18 +0200)] 
wined3d: Rename "pDesc" to "desc".

13 years agowined3d: Avoid a memcpy() in IWineD3DImpl_FillGLCaps().
Henri Verbeet [Mon, 6 Sep 2010 20:18:52 +0000 (22:18 +0200)] 
wined3d: Avoid a memcpy() in IWineD3DImpl_FillGLCaps().

And associated stack buffer.

13 years agourlmon: Removed some unneeded URI_THIS casts.
Thomas Mullaly [Mon, 6 Sep 2010 02:10:35 +0000 (22:10 -0400)] 
urlmon: Removed some unneeded URI_THIS casts.

13 years agokernel32/tests: Be sure to terminate array.
Austin English [Mon, 6 Sep 2010 17:58:35 +0000 (12:58 -0500)] 
kernel32/tests: Be sure to terminate array.

13 years agowined3d: Separate driver info from GPU info.
Roderick Colenbrander [Sat, 31 Jul 2010 01:02:01 +0000 (03:02 +0200)] 
wined3d: Separate driver info from GPU info.

13 years agoshell32/tests: Test that basic renaming is supported.
Michael Mc Donnell [Thu, 2 Sep 2010 17:21:47 +0000 (19:21 +0200)] 
shell32/tests: Test that basic renaming is supported.

13 years agod3dx9: Implement D3DXFVFFromDeclarator.
Misha Koshelev [Wed, 1 Sep 2010 23:21:40 +0000 (18:21 -0500)] 
d3dx9: Implement D3DXFVFFromDeclarator.

13 years agojscript: Rename DispatchEx to jsdisp_t to match jscript naming convention.
Jacek Caban [Mon, 6 Sep 2010 14:11:49 +0000 (16:11 +0200)] 
jscript: Rename DispatchEx to jsdisp_t to match jscript naming convention.

13 years agourlmon: Implemented IUriBuilder_{Get/Set}Path.
Thomas Mullaly [Sun, 5 Sep 2010 16:57:48 +0000 (12:57 -0400)] 
urlmon: Implemented IUriBuilder_{Get/Set}Path.

13 years agourlmon: Implemented IUriBuilder_{Get/Set}Password.
Thomas Mullaly [Sun, 5 Sep 2010 15:37:21 +0000 (11:37 -0400)] 
urlmon: Implemented IUriBuilder_{Get/Set}Password.

13 years agourlmon/tests: Restructured IUriBuilder's test data.
Thomas Mullaly [Sun, 5 Sep 2010 02:40:30 +0000 (22:40 -0400)] 
urlmon/tests: Restructured IUriBuilder's test data.

Instead of just comparing the absolute URI property of the generated IUri,
compare on a property by property basis. Since not all IUri's have an
absolute URI property.

13 years agourlmon: Implemented IUriBuilder_{Get/Set}Host.
Thomas Mullaly [Sun, 5 Sep 2010 01:09:46 +0000 (21:09 -0400)] 
urlmon: Implemented IUriBuilder_{Get/Set}Host.

13 years agourlmon: Implemented IUriBuilder_{Get/Set}Fragment.
Thomas Mullaly [Sun, 29 Aug 2010 21:10:10 +0000 (17:10 -0400)] 
urlmon: Implemented IUriBuilder_{Get/Set}Fragment.

13 years agowidl: Fix declaration order in generated headers.
Alexandre Julliard [Mon, 6 Sep 2010 15:06:59 +0000 (17:06 +0200)] 
widl: Fix declaration order in generated headers.

13 years agoadvapi32: Add stubs for FlushTrace[AW].
Paul Vriens [Mon, 6 Sep 2010 12:44:17 +0000 (14:44 +0200)] 
advapi32: Add stubs for FlushTrace[AW].

13 years agoinclude/evntrace.h: Add some definitions.
Paul Vriens [Mon, 6 Sep 2010 12:33:02 +0000 (14:33 +0200)] 
include/evntrace.h: Add some definitions.

13 years agowinealsa.drv: Remove unused variable.
Austin English [Mon, 6 Sep 2010 06:49:12 +0000 (01:49 -0500)] 
winealsa.drv: Remove unused variable.

13 years agowindowscodecs: Implement IWICComponentInfo::GetCLSID.
Vincent Povirk [Mon, 6 Sep 2010 03:22:52 +0000 (22:22 -0500)] 
windowscodecs: Implement IWICComponentInfo::GetCLSID.

13 years agowindowscodecs: Implement IWICBitmapCodecInfo::GetMimeTypes.
Vincent Povirk [Mon, 6 Sep 2010 03:16:04 +0000 (22:16 -0500)] 
windowscodecs: Implement IWICBitmapCodecInfo::GetMimeTypes.

13 years agowindowscodecs: Add tests for IWICBitmapDecoderInfo_GetMimeTypes.
Vincent Povirk [Mon, 6 Sep 2010 02:48:31 +0000 (21:48 -0500)] 
windowscodecs: Add tests for IWICBitmapDecoderInfo_GetMimeTypes.

13 years agowindowscodecs: Register builtin encoders.
Vincent Povirk [Mon, 6 Sep 2010 02:24:53 +0000 (21:24 -0500)] 
windowscodecs: Register builtin encoders.

13 years agowindowscodecs: Enumerate encoders.
Vincent Povirk [Mon, 6 Sep 2010 02:13:20 +0000 (21:13 -0500)] 
windowscodecs: Enumerate encoders.

13 years agod3d8: An invalid shader version isn't an internal error.
Henri Verbeet [Sun, 5 Sep 2010 21:38:51 +0000 (23:38 +0200)] 
d3d8: An invalid shader version isn't an internal error.

13 years agowined3d: Don't overwrite the offscreen depth/stencil surface with undefined data...
Henri Verbeet [Sun, 5 Sep 2010 21:38:50 +0000 (23:38 +0200)] 
wined3d: Don't overwrite the offscreen depth/stencil surface with undefined data in surface_load_ds_location().

13 years agowined3d: Translate before scaling for rhw as well in transform_projection().
Henri Verbeet [Sun, 5 Sep 2010 21:38:49 +0000 (23:38 +0200)] 
wined3d: Translate before scaling for rhw as well in transform_projection().

13 years agowined3d: Do not call device_switch_onscreen_ds() while under the GL lock.
Henri Verbeet [Sun, 5 Sep 2010 21:38:48 +0000 (23:38 +0200)] 
wined3d: Do not call device_switch_onscreen_ds() while under the GL lock.

13 years agowined3d: Fix a silly typo.
Henri Verbeet [Sun, 5 Sep 2010 21:38:47 +0000 (23:38 +0200)] 
wined3d: Fix a silly typo.

13 years agokernel32: Change SetHandleCount to match behaviour on versions >WINNT.
Louis Lenders [Fri, 3 Sep 2010 18:47:30 +0000 (20:47 +0200)] 
kernel32: Change SetHandleCount to match behaviour on versions >WINNT.

13 years agoinclude: Fix typo in propkeydef.h.
Octavian Voicu [Fri, 3 Sep 2010 17:44:28 +0000 (20:44 +0300)] 
include: Fix typo in propkeydef.h.

13 years agodmusic: Constify a variable.
Andrew Talbot [Sun, 5 Sep 2010 11:36:31 +0000 (12:36 +0100)] 
dmusic: Constify a variable.

13 years agogdi32/tests: Fix a test description in test_logpen.
Gerald Pfeifer [Sat, 4 Sep 2010 22:14:45 +0000 (00:14 +0200)] 
gdi32/tests: Fix a test description in test_logpen.

13 years agourlmon/tests: Simplify test_IUriBuilder_GetPorttest_IUriBuilder_GetPort a bit.
Gerald Pfeifer [Sat, 4 Sep 2010 21:56:38 +0000 (23:56 +0200)] 
urlmon/tests: Simplify test_IUriBuilder_GetPorttest_IUriBuilder_GetPort a bit.

13 years agoserver: Remove pollev from set_socket_event.
Gerald Pfeifer [Sat, 4 Sep 2010 20:17:39 +0000 (22:17 +0200)] 
server: Remove pollev from set_socket_event.

13 years agomsxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeValue implementations.
Jacek Caban [Sat, 4 Sep 2010 15:56:45 +0000 (17:56 +0200)] 
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeValue implementations.

13 years agomsxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeName implementations.
Jacek Caban [Sat, 4 Sep 2010 15:56:25 +0000 (17:56 +0200)] 
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeName implementations.

13 years agomsxml3: Use xmlnode child object's IXMLDOMNode implementation as base interface.
Jacek Caban [Sat, 4 Sep 2010 15:56:08 +0000 (17:56 +0200)] 
msxml3: Use xmlnode child object's IXMLDOMNode implementation as base interface.

The plan is to get rid of IXMLDOMNode interface in xmlnode object and use
proper inheritance.

13 years agomsxml3: Use get_node_obj to get xmlnode from iface in replaceChild implementation.
Jacek Caban [Sat, 4 Sep 2010 15:55:42 +0000 (17:55 +0200)] 
msxml3: Use get_node_obj to get xmlnode from iface in replaceChild implementation.

13 years agomsxml3: Use separate object for unknown node type implementation.
Jacek Caban [Sat, 4 Sep 2010 15:55:27 +0000 (17:55 +0200)] 
msxml3: Use separate object for unknown node type implementation.

13 years agomsxml3: Use fake IID to safely cast IXMLDOMNode interface to xmlnode object.
Jacek Caban [Sat, 4 Sep 2010 15:55:04 +0000 (17:55 +0200)] 
msxml3: Use fake IID to safely cast IXMLDOMNode interface to xmlnode object.

13 years agomsxml3: Added node_query_inerface function for common xmlnode child objects implement...
Jacek Caban [Sat, 4 Sep 2010 15:54:46 +0000 (17:54 +0200)] 
msxml3: Added node_query_inerface function for common xmlnode child objects implementation.

13 years agomsxml3: Store outer iface as IXMLDOMNode instead of IUnknown in xmlnode.
Jacek Caban [Sat, 4 Sep 2010 15:54:13 +0000 (17:54 +0200)] 
msxml3: Store outer iface as IXMLDOMNode instead of IUnknown in xmlnode.

13 years agows2_32/tests: Fix some buffer overflows in traces.
Alexandre Julliard [Fri, 3 Sep 2010 19:07:54 +0000 (21:07 +0200)] 
ws2_32/tests: Fix some buffer overflows in traces.

13 years agoRelease 1.3.2. wine-1.3.2
Alexandre Julliard [Fri, 3 Sep 2010 17:39:05 +0000 (19:39 +0200)] 
Release 1.3.2.

13 years agowinmm: Implement MCIERR_DUPLICATE_ALIAS and MCIERR_DEVICE_OPEN.
Jörg Höhle [Wed, 1 Sep 2010 18:57:24 +0000 (20:57 +0200)] 
winmm: Implement MCIERR_DUPLICATE_ALIAS and MCIERR_DEVICE_OPEN.

13 years agowinmm: GetDeviceID only considers a single name per entry.
Jörg Höhle [Wed, 1 Sep 2010 19:03:43 +0000 (21:03 +0200)] 
winmm: GetDeviceID only considers a single name per entry.

13 years agowinmm: Correctly parse the MCI Sysinfo command.
Jörg Höhle [Fri, 3 Sep 2010 04:33:52 +0000 (06:33 +0200)] 
winmm: Correctly parse the MCI Sysinfo command.

13 years agomsvcp90/tests: Fix basic_string<wchar_t>.size tests.
Piotr Caban [Fri, 3 Sep 2010 10:07:19 +0000 (12:07 +0200)] 
msvcp90/tests: Fix basic_string<wchar_t>.size tests.

13 years agogameux/tests: Verify registry values created by GameExplorer.
Mariusz Pluciński [Fri, 3 Sep 2010 09:24:48 +0000 (11:24 +0200)] 
gameux/tests: Verify registry values created by GameExplorer.

13 years agoddraw/tests: New tests for CreateSurface for 3D DDSCAPS_BACKBUFFER.
Oldřich Jedlička [Thu, 2 Sep 2010 20:00:35 +0000 (22:00 +0200)] 
ddraw/tests: New tests for CreateSurface for 3D DDSCAPS_BACKBUFFER.

13 years agomsxml3/tests: Be more verbose when get_text fails.
Alexandre Goujon [Thu, 2 Sep 2010 12:21:30 +0000 (14:21 +0200)] 
msxml3/tests: Be more verbose when get_text fails.

13 years agomsxml3: Implement IXMLDOMNamedNodeMap::getQualifiedItem().
Nikolay Sivov [Fri, 3 Sep 2010 08:13:29 +0000 (12:13 +0400)] 
msxml3: Implement IXMLDOMNamedNodeMap::getQualifiedItem().

13 years agomsxml3: Fix invalid parameter handling for IXMLDOMElement::getElementsByTagName().
Nikolay Sivov [Thu, 2 Sep 2010 18:49:56 +0000 (22:49 +0400)] 
msxml3: Fix invalid parameter handling for IXMLDOMElement::getElementsByTagName().

13 years agowinedbg: Escape args in a WINE_FIXME.
Jerome Leclanche [Thu, 2 Sep 2010 19:32:05 +0000 (20:32 +0100)] 
winedbg: Escape args in a WINE_FIXME.

13 years agoddraw: Handle D3DRENDERSTATE_TEXTUREHANDLE and D3DRENDERSTATE_TEXTUREMAPBLEND in...
Henri Verbeet [Thu, 2 Sep 2010 17:25:04 +0000 (19:25 +0200)] 
ddraw: Handle D3DRENDERSTATE_TEXTUREHANDLE and D3DRENDERSTATE_TEXTUREMAPBLEND in d3d7.

13 years agowined3d: Add a handler for WINED3DRS_SRGBWRITEENABLE to the atifs fragment pipe.
Henri Verbeet [Thu, 2 Sep 2010 17:25:03 +0000 (19:25 +0200)] 
wined3d: Add a handler for WINED3DRS_SRGBWRITEENABLE to the atifs fragment pipe.

13 years agowined3d: Do not mark invalid blend matrices dirty.
Henri Verbeet [Thu, 2 Sep 2010 17:25:02 +0000 (19:25 +0200)] 
wined3d: Do not mark invalid blend matrices dirty.

13 years agowined3d: Do not preload buffers while under the GL lock in process_vertices_strided().
Henri Verbeet [Thu, 2 Sep 2010 17:25:01 +0000 (19:25 +0200)] 
wined3d: Do not preload buffers while under the GL lock in process_vertices_strided().

13 years agowined3d: Explicitly document some more consequences of GL locking policy.
Henri Verbeet [Thu, 2 Sep 2010 17:25:00 +0000 (19:25 +0200)] 
wined3d: Explicitly document some more consequences of GL locking policy.

The basic rule is that you can't call anything that takes the user32 / gdi32
lock while under the GL (winex11) lock. As a consequence, you can't call
anything like context_acquire() or context_destroy() either.

13 years agowinmm/tests: Share common function dbg_mcierr.
Jörg Höhle [Thu, 2 Sep 2010 04:50:23 +0000 (06:50 +0200)] 
winmm/tests: Share common function dbg_mcierr.

13 years agouser32/tests: Fix a number of test failures on Windows 7.
Alexandre Julliard [Fri, 3 Sep 2010 09:04:33 +0000 (11:04 +0200)] 
user32/tests: Fix a number of test failures on Windows 7.

13 years agowinmm/tests: Add MCI parser tests.
Jörg Höhle [Tue, 6 Jul 2010 05:31:55 +0000 (07:31 +0200)] 
winmm/tests: Add MCI parser tests.

13 years agowinmm/tests: MCI_STATUS returns DWORD_PTR, unlike other commands.
Jörg Höhle [Wed, 24 Mar 2010 05:44:13 +0000 (06:44 +0100)] 
winmm/tests: MCI_STATUS returns DWORD_PTR, unlike other commands.

13 years agowinmm/tests: Add a few Open/Close MCI tests.
Jörg Höhle [Tue, 6 Jul 2010 16:09:27 +0000 (18:09 +0200)] 
winmm/tests: Add a few Open/Close MCI tests.

13 years agowinmm: Always unload the MCI driver when Open fails.
Jörg Höhle [Mon, 30 Aug 2010 17:43:26 +0000 (19:43 +0200)] 
winmm: Always unload the MCI driver when Open fails.

13 years agowinmm: Close MCI device after immediate auto-open commands.
Jörg Höhle [Wed, 25 Aug 2010 05:32:28 +0000 (07:32 +0200)] 
winmm: Close MCI device after immediate auto-open commands.

13 years agowinmm: MCI open always creates an alias for subsequent commands.
Jörg Höhle [Wed, 1 Sep 2010 15:50:43 +0000 (17:50 +0200)] 
winmm: MCI open always creates an alias for subsequent commands.

13 years agoshell32: Add stubbed SHGetKnownFolderPath.
Louis Lenders [Thu, 2 Sep 2010 11:10:44 +0000 (13:10 +0200)] 
shell32: Add stubbed SHGetKnownFolderPath.

13 years agod3dx9: Implement D3DXCompileShaderFromResource.
Matteo Bruni [Wed, 1 Sep 2010 21:15:44 +0000 (23:15 +0200)] 
d3dx9: Implement D3DXCompileShaderFromResource.

13 years agod3dx9: Implement D3DXCompileShaderFromFile.
Matteo Bruni [Wed, 1 Sep 2010 20:53:13 +0000 (22:53 +0200)] 
d3dx9: Implement D3DXCompileShaderFromFile.

13 years agoinclude: Add D3DXCompileShader declarations.
Matteo Bruni [Wed, 1 Sep 2010 20:48:02 +0000 (22:48 +0200)] 
include: Add D3DXCompileShader declarations.

13 years agomsi/tests: Add tests for 64-bit properties.
Hans Leidekker [Thu, 2 Sep 2010 11:21:29 +0000 (13:21 +0200)] 
msi/tests: Add tests for 64-bit properties.

13 years agomsi: Set the System64Folder property on 64-bit.
Hans Leidekker [Thu, 2 Sep 2010 11:21:12 +0000 (13:21 +0200)] 
msi: Set the System64Folder property on 64-bit.

13 years agomsi: Set the MsiAMD64 and Msix64 properties on 64-bit.
Hans Leidekker [Thu, 2 Sep 2010 11:20:54 +0000 (13:20 +0200)] 
msi: Set the MsiAMD64 and Msix64 properties on 64-bit.

13 years agomsi: Return an error from MsiDatabaseGetPrimaryKeys if the table does not exist.
Hans Leidekker [Thu, 2 Sep 2010 11:20:36 +0000 (13:20 +0200)] 
msi: Return an error from MsiDatabaseGetPrimaryKeys if the table does not exist.

13 years agomsi: Add stub implementations of MsiBeginTransaction and MsiEndTransaction.
Hans Leidekker [Thu, 2 Sep 2010 11:20:23 +0000 (13:20 +0200)] 
msi: Add stub implementations of MsiBeginTransaction and MsiEndTransaction.

13 years agoinclude: Add MCI_INTEGER64 mci type.
Octavian Voicu [Thu, 2 Sep 2010 10:52:34 +0000 (13:52 +0300)] 
include: Add MCI_INTEGER64 mci type.

13 years agouser32: Implement Get/SetProcessDefaultLayout.
Alexandre Julliard [Thu, 2 Sep 2010 16:01:01 +0000 (18:01 +0200)] 
user32: Implement Get/SetProcessDefaultLayout.