wine
16 years agoloader: Use a hidden function instead of an exported global variable to setup pthread...
Alexandre Julliard [Fri, 7 Nov 2008 10:11:21 +0000 (11:11 +0100)] 
loader: Use a hidden function instead of an exported global variable to setup pthread functions.

16 years agoloader: Reserve some space for the virtual heap too.
Alexandre Julliard [Fri, 7 Nov 2008 10:05:38 +0000 (11:05 +0100)] 
loader: Reserve some space for the virtual heap too.

16 years agontdll: Store correct values in the various limits on all platforms instead of using 0.
Alexandre Julliard [Fri, 7 Nov 2008 10:04:07 +0000 (11:04 +0100)] 
ntdll: Store correct values in the various limits on all platforms instead of using 0.

16 years agouser32/tests: Fix some test failures on Win9x.
Paul Vriens [Fri, 7 Nov 2008 07:32:21 +0000 (08:32 +0100)] 
user32/tests: Fix some test failures on Win9x.

16 years agocomctl32: Don't draw the theme background of the group box over it's content area.
Reece Dunn [Fri, 7 Nov 2008 00:11:52 +0000 (00:11 +0000)] 
comctl32: Don't draw the theme background of the group box over it's content area.

Hi,

Some applications (e.g. Cepstral SwiftTalker) have dialogs that
contain controls that are ordered before the group box that contains
them. The current rendering of themed group boxes will draw it's
background over the content area, hiding any controls that have
already been drawn. XP with the default and other custom themes
correctly shows controls beneath the group box.

This patch excludes the group box content area from being drawn to, so
that any controls that have already been drawn do not get overridden.

- Reece

From 889e477bcb4561565b8caaf41c88c5fe7d83b8d2 Mon Sep 17 00:00:00 2001
From: Reece Dunn <msclrhd@gmail.com>
Date: Fri, 7 Nov 2008 00:11:52 +0000
Subject: [PATCH] comctl32: don't draw the theme background of the group box over it's content area.

16 years agocrypt32: Fix the aligning up to a DWORD_PTR boundary.
Michael Stefaniuc [Fri, 7 Nov 2008 00:01:39 +0000 (01:01 +0100)] 
crypt32: Fix the aligning up to a DWORD_PTR boundary.

16 years agocomctl32: Remove superfluous casts that crept in as well as some older ones.
Michael Stefaniuc [Thu, 6 Nov 2008 23:56:07 +0000 (00:56 +0100)] 
comctl32: Remove superfluous casts that crept in as well as some older ones.

16 years agocrypt32: Implement CryptFormatObject for SPC_FINANCIAL_CRITERIA_OBJID.
Juan Lang [Thu, 6 Nov 2008 22:42:58 +0000 (14:42 -0800)] 
crypt32: Implement CryptFormatObject for SPC_FINANCIAL_CRITERIA_OBJID.

16 years agocrypt32: Implement CryptFormatObject for szOID_CRL_DIST_POINTS.
Juan Lang [Thu, 6 Nov 2008 22:18:55 +0000 (14:18 -0800)] 
crypt32: Implement CryptFormatObject for szOID_CRL_DIST_POINTS.

16 years agocrypt32: Implement CryptFormatObject for szOID_AUTHORITY_INFO_ACCESS.
Juan Lang [Thu, 6 Nov 2008 22:01:48 +0000 (14:01 -0800)] 
crypt32: Implement CryptFormatObject for szOID_AUTHORITY_INFO_ACCESS.

16 years agocrypt32: Implement CryptFormatObject for szOID_BASIC_CONSTRAINTS2.
Juan Lang [Thu, 6 Nov 2008 21:48:54 +0000 (13:48 -0800)] 
crypt32: Implement CryptFormatObject for szOID_BASIC_CONSTRAINTS2.

16 years agocrypt32: Implement CryptFormatObject for szOID_ENHANCED_KEY_USAGE.
Juan Lang [Thu, 6 Nov 2008 21:48:34 +0000 (13:48 -0800)] 
crypt32: Implement CryptFormatObject for szOID_ENHANCED_KEY_USAGE.

16 years agocrypt32: Implement CryptFormatObject for szOID_AUTHORITY_KEY_IDENTIFIER2.
Juan Lang [Thu, 6 Nov 2008 21:48:14 +0000 (13:48 -0800)] 
crypt32: Implement CryptFormatObject for szOID_AUTHORITY_KEY_IDENTIFIER2.

16 years agocrypt32: Make a global copy of crypt32's HINSTANCE.
Juan Lang [Fri, 31 Oct 2008 16:33:58 +0000 (09:33 -0700)] 
crypt32: Make a global copy of crypt32's HINSTANCE.

16 years agocrypt32: Add base implementation of CryptFormatObject.
Juan Lang [Fri, 31 Oct 2008 16:32:31 +0000 (09:32 -0700)] 
crypt32: Add base implementation of CryptFormatObject.

16 years agocrypt32: Add tests for CryptFormatObject.
Juan Lang [Thu, 30 Oct 2008 21:39:36 +0000 (14:39 -0700)] 
crypt32: Add tests for CryptFormatObject.

16 years agorpcrt4: Sign-compare warnings fix.
Andrew Talbot [Thu, 6 Nov 2008 21:17:53 +0000 (21:17 +0000)] 
rpcrt4: Sign-compare warnings fix.

16 years agogdiplus: Added TRACE(..) for Pen calls.
Nikolay Sivov [Thu, 6 Nov 2008 17:44:10 +0000 (20:44 +0300)] 
gdiplus: Added TRACE(..) for Pen calls.

16 years agouser32: Partially implement SystemParametersInfo(SPI_{GET/SET}FOREGROUNDLOCKTIMEOUT).
Nicolas Le Cam [Thu, 6 Nov 2008 14:03:43 +0000 (15:03 +0100)] 
user32: Partially implement SystemParametersInfo(SPI_{GET/SET}FOREGROUNDLOCKTIMEOUT).

16 years agosetupapi: Add a matching CoUninitialize call.
Vincent Povirk [Thu, 6 Nov 2008 14:22:35 +0000 (08:22 -0600)] 
setupapi: Add a matching CoUninitialize call.

Spotted by Rob Shearman.

16 years agokernel32/tests: Fix one more failing test on Win9x.
Alexandre Julliard [Fri, 7 Nov 2008 09:50:57 +0000 (10:50 +0100)] 
kernel32/tests: Fix one more failing test on Win9x.

16 years agogdi32/tests: Don't crash on NT4.
Paul Vriens [Thu, 6 Nov 2008 12:46:52 +0000 (13:46 +0100)] 
gdi32/tests: Don't crash on NT4.

16 years agowinmm/tests: Fix failure on Win9x and WinMe.
Paul Vriens [Thu, 6 Nov 2008 12:15:33 +0000 (13:15 +0100)] 
winmm/tests: Fix failure on Win9x and WinMe.

16 years agouser32/tests: Fix some test failures on Win9x and WinMe.
Paul Vriens [Thu, 6 Nov 2008 11:11:55 +0000 (12:11 +0100)] 
user32/tests: Fix some test failures on Win9x and WinMe.

16 years agontdll: Do not report non-reserved memory areas as free since we don't know what's...
Alexandre Julliard [Thu, 6 Nov 2008 14:00:58 +0000 (15:00 +0100)] 
ntdll: Do not report non-reserved memory areas as free since we don't know what's in them.

16 years agocomctl32: toolbar: Use a cx field for buttons in TOOLBAR_WrapToolbar.
Sergey Khodych [Wed, 5 Nov 2008 01:26:49 +0000 (03:26 +0200)] 
comctl32: toolbar: Use a cx field for buttons in TOOLBAR_WrapToolbar.

16 years agocomctl32: toolbar: Improve text layout in TBSTYLE_LIST toolbars.
Sergey Khodych [Tue, 4 Nov 2008 19:22:18 +0000 (21:22 +0200)] 
comctl32: toolbar: Improve text layout in TBSTYLE_LIST toolbars.

16 years agocomctl32: toolbar: Calculate a correct size for empty buttons with the BTNS_AUTOSIZE...
Sergey Khodych [Tue, 4 Nov 2008 19:02:59 +0000 (21:02 +0200)] 
comctl32: toolbar: Calculate a correct size for empty buttons with the BTNS_AUTOSIZE style.

16 years agontdll: Keep track of the current working set limit independently of system views...
Alexandre Julliard [Thu, 6 Nov 2008 10:42:58 +0000 (11:42 +0100)] 
ntdll: Keep track of the current working set limit independently of system views that may be allocated beyond it.

16 years agokernel32/tests: Fix a few more errors on Win9x.
Alexandre Julliard [Thu, 6 Nov 2008 10:23:16 +0000 (11:23 +0100)] 
kernel32/tests: Fix a few more errors on Win9x.

16 years agorsaenh/tests: Fix a test failure on NT4 and below.
Paul Vriens [Thu, 6 Nov 2008 08:52:02 +0000 (09:52 +0100)] 
rsaenh/tests: Fix a test failure on NT4 and below.

16 years agows2_32: Test WSAAccept optional callback parameter before trying to use it.
Jeff Zaroyko [Thu, 6 Nov 2008 08:35:43 +0000 (19:35 +1100)] 
ws2_32: Test WSAAccept optional callback parameter before trying to use it.

16 years agogdi32: Fix a broken test.
Dmitry Timoshkov [Thu, 6 Nov 2008 07:10:17 +0000 (15:10 +0800)] 
gdi32: Fix a broken test.

16 years agocomdlg32: Remove superfluous casts of void pointers to other pointer types.
Michael Stefaniuc [Wed, 5 Nov 2008 22:01:03 +0000 (23:01 +0100)] 
comdlg32: Remove superfluous casts of void pointers to other pointer types.

16 years agoshlwapi: Remove superfluous casts of/to void pointers.
Michael Stefaniuc [Wed, 5 Nov 2008 22:04:51 +0000 (23:04 +0100)] 
shlwapi: Remove superfluous casts of/to void pointers.

16 years agoole32: Remove some superfluous casts of void pointers and zero.
Michael Stefaniuc [Wed, 5 Nov 2008 22:04:10 +0000 (23:04 +0100)] 
ole32: Remove some superfluous casts of void pointers and zero.

16 years agoshell32: Remove superfluous casts; mostly of void pointers.
Michael Stefaniuc [Wed, 5 Nov 2008 22:00:50 +0000 (23:00 +0100)] 
shell32: Remove superfluous casts; mostly of void pointers.

16 years agowininet: Change a couple fixme's to warn's.
Austin English [Wed, 5 Nov 2008 21:21:04 +0000 (15:21 -0600)] 
wininet: Change a couple fixme's to warn's.

16 years agoriched20: Sign-compare warnings fix.
Andrew Talbot [Wed, 5 Nov 2008 20:48:37 +0000 (20:48 +0000)] 
riched20: Sign-compare warnings fix.

16 years agouser32/tests: Fix crash on win9x in the dde test.
Detlef Riekenberg [Wed, 5 Nov 2008 20:30:41 +0000 (21:30 +0100)] 
user32/tests: Fix crash on win9x in the dde test.

16 years agocrypt32: Separate checking the tag of encoded bits from decoding the bits.
Juan Lang [Wed, 5 Nov 2008 19:47:38 +0000 (11:47 -0800)] 
crypt32: Separate checking the tag of encoded bits from decoding the bits.

16 years agocrypt32: Add missing ok calls.
Juan Lang [Wed, 5 Nov 2008 19:38:11 +0000 (11:38 -0800)] 
crypt32: Add missing ok calls.

16 years agowinex11: BitBlt returns TRUE when drawing outside of the clipping or visible region.
Sergey Khodych [Tue, 4 Nov 2008 17:59:34 +0000 (19:59 +0200)] 
winex11: BitBlt returns TRUE when drawing outside of the clipping or visible region.

16 years agoinclude: Add extern "C" to the exported Wine headers.
Alexandre Julliard [Thu, 6 Nov 2008 09:43:31 +0000 (10:43 +0100)] 
include: Add extern "C" to the exported Wine headers.

16 years agontdll,server: Fixed access checks for OpenFileMapping and MapViewOfFile.
Alexandre Julliard [Wed, 5 Nov 2008 19:32:32 +0000 (20:32 +0100)] 
ntdll,server: Fixed access checks for OpenFileMapping and MapViewOfFile.

16 years agontdll/tests: Fix a couple of tests on NT4.
Alexandre Julliard [Wed, 5 Nov 2008 18:58:21 +0000 (19:58 +0100)] 
ntdll/tests: Fix a couple of tests on NT4.

16 years agowinex11: Implement large data transfers.
Kusanagi Kouichi [Fri, 31 Oct 2008 03:18:00 +0000 (12:18 +0900)] 
winex11: Implement large data transfers.

16 years agosetupapi: Implement ProfileItems directive.
Vincent Povirk [Fri, 31 Oct 2008 15:34:16 +0000 (10:34 -0500)] 
setupapi: Implement ProfileItems directive.

16 years agosetupapi/tests: Add test for ProfileItems directive.
Vincent Povirk [Wed, 15 Oct 2008 21:46:04 +0000 (16:46 -0500)] 
setupapi/tests: Add test for ProfileItems directive.

16 years agownaspi32: Fix a buffer size regression.
Roderick Colenbrander [Wed, 5 Nov 2008 13:50:54 +0000 (14:50 +0100)] 
wnaspi32: Fix a buffer size regression.

16 years agocomctl32: Support themed check boxes and radio buttons.
Reece Dunn [Wed, 5 Nov 2008 08:53:05 +0000 (08:53 +0000)] 
comctl32: Support themed check boxes and radio buttons.

16 years agocomctl32: Support themed push buttons.
Reece Dunn [Wed, 5 Nov 2008 08:39:18 +0000 (08:39 +0000)] 
comctl32: Support themed push buttons.

16 years agontdll: Don't force anonymous file mappings to always be fully committed.
Alexandre Julliard [Wed, 5 Nov 2008 11:31:49 +0000 (12:31 +0100)] 
ntdll: Don't force anonymous file mappings to always be fully committed.

16 years agontdll: Store the per-page committed status in the server for anonymous file mappings.
Alexandre Julliard [Wed, 5 Nov 2008 11:24:05 +0000 (12:24 +0100)] 
ntdll: Store the per-page committed status in the server for anonymous file mappings.

16 years agoquartz: Sign-compare warnings fix.
Andrew Talbot [Tue, 4 Nov 2008 22:22:53 +0000 (22:22 +0000)] 
quartz: Sign-compare warnings fix.

16 years agomake_requests: Do not generate code that casts zero to a pointer.
Michael Stefaniuc [Wed, 5 Nov 2008 09:50:38 +0000 (10:50 +0100)] 
make_requests: Do not generate code that casts zero to a pointer.

16 years agoshell32: Use FIELD_OFFSET instead of hand coding its functionality.
Michael Stefaniuc [Wed, 5 Nov 2008 09:17:13 +0000 (10:17 +0100)] 
shell32: Use FIELD_OFFSET instead of hand coding its functionality.

16 years agofusion: Remove superfluous casts of void pointers.
Michael Stefaniuc [Tue, 4 Nov 2008 22:35:16 +0000 (23:35 +0100)] 
fusion: Remove superfluous casts of void pointers.

16 years agouser32: Remove superfluous casts of void pointers.
Michael Stefaniuc [Tue, 4 Nov 2008 22:35:56 +0000 (23:35 +0100)] 
user32: Remove superfluous casts of void pointers.

16 years agowininet: Handle HTTP 303 redirects.
Lei Zhang [Wed, 5 Nov 2008 00:44:30 +0000 (16:44 -0800)] 
wininet: Handle HTTP 303 redirects.

16 years agowininet: Remove redundant variables.
Lei Zhang [Tue, 4 Nov 2008 18:51:44 +0000 (10:51 -0800)] 
wininet: Remove redundant variables.

16 years agojscript: Added SCRIPTITEM_ISVISIBLE flag implementation.
Jacek Caban [Wed, 5 Nov 2008 00:03:38 +0000 (01:03 +0100)] 
jscript: Added SCRIPTITEM_ISVISIBLE flag implementation.

16 years agojscript: Added SCRIPTSTATE_CONNECTED implementation.
Jacek Caban [Wed, 5 Nov 2008 00:03:19 +0000 (01:03 +0100)] 
jscript: Added SCRIPTSTATE_CONNECTED implementation.

16 years agojscript: Fixed SetScriptSite called before InitNew handling.
Jacek Caban [Wed, 5 Nov 2008 00:03:03 +0000 (01:03 +0100)] 
jscript: Fixed SetScriptSite called before InitNew handling.

16 years agomshtml: Remove no longer used interfaces.
Jacek Caban [Tue, 4 Nov 2008 19:18:43 +0000 (20:18 +0100)] 
mshtml: Remove no longer used interfaces.

16 years agocomctl32: Add implementation of LVS_EX_ONECLICKACTIVATE.
Aric Stewart [Tue, 4 Nov 2008 18:11:57 +0000 (12:11 -0600)] 
comctl32: Add implementation of LVS_EX_ONECLICKACTIVATE.

16 years agoshell32/tests: Fix a test failure on NT4.
Paul Vriens [Wed, 5 Nov 2008 07:20:34 +0000 (08:20 +0100)] 
shell32/tests: Fix a test failure on NT4.

16 years agoshlwapi/tests: Fix a failure on Win9x and NT4.
Paul Vriens [Tue, 4 Nov 2008 18:21:50 +0000 (19:21 +0100)] 
shlwapi/tests: Fix a failure on Win9x and NT4.

16 years agoddraw/tests: Fix a test on W2K3.
Paul Vriens [Tue, 4 Nov 2008 18:05:06 +0000 (19:05 +0100)] 
ddraw/tests: Fix a test on W2K3.

16 years agokernel32/tests: Add a few more tests, fix some failures on Windows.
Alexandre Julliard [Tue, 4 Nov 2008 15:13:41 +0000 (16:13 +0100)] 
kernel32/tests: Add a few more tests, fix some failures on Windows.

16 years agokernel32/tests: Fix a couple of failures on Windows.
Alexandre Julliard [Tue, 4 Nov 2008 15:13:30 +0000 (16:13 +0100)] 
kernel32/tests: Fix a couple of failures on Windows.

16 years agoshlwapi/tests: Fix some failures on XP and W2K3.
Paul Vriens [Tue, 4 Nov 2008 12:49:02 +0000 (13:49 +0100)] 
shlwapi/tests: Fix some failures on XP and W2K3.

16 years agoinetcomm: CreateIMAPTransport, CreatePOP3Transport and CreateSMTPTransport are implem...
Hans Leidekker [Tue, 4 Nov 2008 10:35:18 +0000 (11:35 +0100)] 
inetcomm: CreateIMAPTransport, CreatePOP3Transport and CreateSMTPTransport are implemented.

16 years agoinetcomm: Advertise support for a couple more interfaces.
Hans Leidekker [Tue, 4 Nov 2008 10:35:07 +0000 (11:35 +0100)] 
inetcomm: Advertise support for a couple more interfaces.

16 years agoinetcomm: Add an implementation of ISMTPTransport2::CommandDATA.
Hans Leidekker [Tue, 4 Nov 2008 10:34:54 +0000 (11:34 +0100)] 
inetcomm: Add an implementation of ISMTPTransport2::CommandDATA.

16 years agoinetcomm: Add an implementation of IPOP3Transport::CommandPASS.
Hans Leidekker [Tue, 4 Nov 2008 10:34:44 +0000 (11:34 +0100)] 
inetcomm: Add an implementation of IPOP3Transport::CommandPASS.

16 years agoinetcomm: Add an implementation of IPOP3Transport::CommandUSER.
Hans Leidekker [Tue, 4 Nov 2008 10:34:34 +0000 (11:34 +0100)] 
inetcomm: Add an implementation of IPOP3Transport::CommandUSER.

16 years agontdll: Add a noexec flag for memory views where we don't want to force exec permission.
Alexandre Julliard [Tue, 4 Nov 2008 12:16:01 +0000 (13:16 +0100)] 
ntdll: Add a noexec flag for memory views where we don't want to force exec permission.

16 years agontdll: Store the per-view flags in the high word of the page protection bits.
Alexandre Julliard [Tue, 4 Nov 2008 12:05:32 +0000 (13:05 +0100)] 
ntdll: Store the per-view flags in the high word of the page protection bits.

16 years agoshell32: Do not automatically fail in SHGetFileInfo if the flag SHGFI_USEFILEATTRIBUT...
Aric Stewart [Mon, 3 Nov 2008 16:14:53 +0000 (10:14 -0600)] 
shell32: Do not automatically fail in SHGetFileInfo if the flag SHGFI_USEFILEATTRIBUTES is combined with SHGFI_ATTRIBUTES, SHGFI_EXETYPE, or SHGFI_PIDL.

16 years agomsimtf: Add a mostly wrapper stub for IActiveIMMApp.
Aric Stewart [Mon, 3 Nov 2008 16:14:43 +0000 (10:14 -0600)] 
msimtf: Add a mostly wrapper stub for IActiveIMMApp.

16 years agod3d9: Add a test for GetTexture with no texture set.
Stefan Dösinger [Fri, 19 Sep 2008 18:12:30 +0000 (13:12 -0500)] 
d3d9: Add a test for GetTexture with no texture set.

16 years agowined3d: Kill the GL_ATI_envmap_bumpmap code.
Stefan Dösinger [Mon, 3 Nov 2008 17:36:19 +0000 (18:36 +0100)] 
wined3d: Kill the GL_ATI_envmap_bumpmap code.

GL_ATI_envmap_bumpmap provides two things: Signed V8U8 pixel formats,
and bump mapping. The extension is only supported on fglrx, and this
driver also supports GL_ARB_fragment_program.  Thus the bump mapping
code is never used on any driver out there.  Furthermore, if it is
used, it tends to crash the driver

The signed pixel format is used, as it can be used by pixel shaders or
the ARBfp replacement. However, the format is broken in fglrx, and
negative values are clamped to 0.0. This results in test
failures. WineD3D has an alternative codepath using scale+bias to
enable V8U8 using a standard signed RGB which works correctly on
fglrx.

16 years agowined3d: Fix the num blend values -> type match.
Stefan Dösinger [Sun, 2 Nov 2008 23:38:14 +0000 (00:38 +0100)] 
wined3d: Fix the num blend values -> type match.

16 years agod3d9: WINED3DSURFACE_DESC::MultiSampleType is not a DWORD.
Stefan Dösinger [Sun, 2 Nov 2008 23:37:27 +0000 (00:37 +0100)] 
d3d9: WINED3DSURFACE_DESC::MultiSampleType is not a DWORD.

16 years agod3d9: Use the correct AddRef and Release macros.
Stefan Dösinger [Sun, 2 Nov 2008 22:49:40 +0000 (23:49 +0100)] 
d3d9: Use the correct AddRef and Release macros.

16 years agontdll: Avoid potential infinite loop.
Paul Bryan Roberts [Mon, 3 Nov 2008 22:42:42 +0000 (22:42 +0000)] 
ntdll: Avoid potential infinite loop.

16 years agoquartz: Sign-compare warnings fix.
Andrew Talbot [Mon, 3 Nov 2008 22:45:48 +0000 (22:45 +0000)] 
quartz: Sign-compare warnings fix.

16 years agooledlg: Sign-compare warnings fix.
Andrew Talbot [Mon, 3 Nov 2008 22:42:02 +0000 (22:42 +0000)] 
oledlg: Sign-compare warnings fix.

16 years agoiphlpapi: Do not cast zero.
Michael Stefaniuc [Mon, 3 Nov 2008 21:34:55 +0000 (22:34 +0100)] 
iphlpapi: Do not cast zero.

16 years agocrypt32: Remove superfluous casts of void pointers.
Michael Stefaniuc [Mon, 3 Nov 2008 21:35:50 +0000 (22:35 +0100)] 
crypt32: Remove superfluous casts of void pointers.

16 years agouser32: Do not cast zero.
Michael Stefaniuc [Mon, 3 Nov 2008 21:35:31 +0000 (22:35 +0100)] 
user32: Do not cast zero.

16 years agocomctl32: Do not cast zero.
Michael Stefaniuc [Mon, 3 Nov 2008 21:43:40 +0000 (22:43 +0100)] 
comctl32: Do not cast zero.

16 years agoriched20: Remove superflous casts.
Michael Stefaniuc [Mon, 3 Nov 2008 21:36:03 +0000 (22:36 +0100)] 
riched20: Remove superflous casts.

16 years agokernel32: Do not cast zero.
Michael Stefaniuc [Mon, 3 Nov 2008 21:35:08 +0000 (22:35 +0100)] 
kernel32: Do not cast zero.

16 years agowined3d: Use the integer variant of zero instead of casting "0.0".
Michael Stefaniuc [Mon, 3 Nov 2008 21:34:44 +0000 (22:34 +0100)] 
wined3d: Use the integer variant of zero instead of casting "0.0".

16 years agocomctl32/tests: Use MAKELPARAM instead of "(LPARAM) MAKELONG".
Michael Stefaniuc [Mon, 3 Nov 2008 21:32:30 +0000 (22:32 +0100)] 
comctl32/tests: Use MAKELPARAM instead of "(LPARAM) MAKELONG".

16 years agogdiplus: Added CachedBitmap calls.
Nikolay Sivov [Tue, 4 Nov 2008 05:54:32 +0000 (08:54 +0300)] 
gdiplus: Added CachedBitmap calls.

16 years agomsi: Remove an unused registry function.
James Hawkins [Tue, 4 Nov 2008 04:17:04 +0000 (22:17 -0600)] 
msi: Remove an unused registry function.

16 years agomsi: Factor out the code to open the UserData features key.
James Hawkins [Tue, 4 Nov 2008 04:16:54 +0000 (22:16 -0600)] 
msi: Factor out the code to open the UserData features key.