wine
15 years agowined3d: Properly check for glBlitFramebuffer().
Henri Verbeet [Sun, 27 Dec 2009 18:57:19 +0000 (19:57 +0100)] 
wined3d: Properly check for glBlitFramebuffer().

ARB_framebuffer_object can also provide this entry point.

15 years agouser32: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 13:40:45 +0000 (14:40 +0100)] 
user32: Remove some explicit LPARAM/WPARAM casts.

15 years agowinex11.drv: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 13:40:57 +0000 (14:40 +0100)] 
winex11.drv: Remove some explicit LPARAM/WPARAM casts.

15 years agouser32/tests: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 13:40:19 +0000 (14:40 +0100)] 
user32/tests: Remove some explicit LPARAM/WPARAM casts.

15 years agoriched20: Remove some explicit LPARAM/WPARAM casts.
Michael Stefaniuc [Sun, 27 Dec 2009 13:39:17 +0000 (14:39 +0100)] 
riched20: Remove some explicit LPARAM/WPARAM casts.

15 years agomshtml: Fixed nsIDOMNSHTMLElement declaration.
Jacek Caban [Sun, 27 Dec 2009 01:16:23 +0000 (02:16 +0100)] 
mshtml: Fixed nsIDOMNSHTMLElement declaration.

15 years agowininet: Test also InternetCrackUrlW in test_crack_url.
Jacek Caban [Sun, 27 Dec 2009 00:27:38 +0000 (01:27 +0100)] 
wininet: Test also InternetCrackUrlW in test_crack_url.

15 years agomshtml: Added better default bgColor test and code clean up.
Jacek Caban [Sat, 26 Dec 2009 23:50:22 +0000 (00:50 +0100)] 
mshtml: Added better default bgColor test and code clean up.

15 years agomshtml: Use nscolor_to_str in IHTMLBodyElement::get_text implementation.
Jacek Caban [Sat, 26 Dec 2009 23:50:04 +0000 (00:50 +0100)] 
mshtml: Use nscolor_to_str in IHTMLBodyElement::get_text implementation.

15 years agomshtml: Correctly parse color strings.
Jacek Caban [Sat, 26 Dec 2009 23:49:46 +0000 (00:49 +0100)] 
mshtml: Correctly parse color strings.

15 years agomshtml: Store known colors as RGB.
Jacek Caban [Sat, 26 Dec 2009 23:49:31 +0000 (00:49 +0100)] 
mshtml: Store known colors as RGB.

15 years agomshtml: Added better error handling to nscolor_to_str.
Jacek Caban [Sat, 26 Dec 2009 23:49:10 +0000 (00:49 +0100)] 
mshtml: Added better error handling to nscolor_to_str.

15 years agocomctl32/tests: Skip test on <5.8x systems.
Nikolay Sivov [Fri, 25 Dec 2009 12:03:32 +0000 (15:03 +0300)] 
comctl32/tests: Skip test on <5.8x systems.

15 years agogdiplus: Implement GdipImageGetFrameDimensionsList.
Vincent Povirk [Thu, 24 Dec 2009 21:04:32 +0000 (16:04 -0500)] 
gdiplus: Implement GdipImageGetFrameDimensionsList.

15 years agogdiplus: Remove fixme from GdipImageGetFrameDimensionsCount.
Vincent Povirk [Thu, 24 Dec 2009 20:52:02 +0000 (15:52 -0500)] 
gdiplus: Remove fixme from GdipImageGetFrameDimensionsCount.

15 years agogdiplus: Add tests for multi-frame GIF images.
Vincent Povirk [Thu, 24 Dec 2009 20:49:23 +0000 (15:49 -0500)] 
gdiplus: Add tests for multi-frame GIF images.

15 years agogdiplus: Fix memory leak in GdipSetStringFormatMeasurableCharacterRanges.
Vincent Povirk [Thu, 24 Dec 2009 20:14:45 +0000 (15:14 -0500)] 
gdiplus: Fix memory leak in GdipSetStringFormatMeasurableCharacterRanges.

15 years agoole32: Always allow changes to read-only transacted storages.
Vincent Povirk [Sat, 5 Dec 2009 00:14:51 +0000 (18:14 -0600)] 
ole32: Always allow changes to read-only transacted storages.

The only time the write permissions of transacted storages matter is when
committing.

15 years agogdiplus: Add traces to unimplemented functions in brush.c.
Vincent Povirk [Fri, 18 Dec 2009 21:54:26 +0000 (15:54 -0600)] 
gdiplus: Add traces to unimplemented functions in brush.c.

15 years agogdiplus: Add some traces for the values of point arguments.
Vincent Povirk [Fri, 18 Dec 2009 21:45:02 +0000 (15:45 -0600)] 
gdiplus: Add some traces for the values of point arguments.

15 years agogdiplus: Add a trace for values of new string format objects.
Vincent Povirk [Fri, 18 Dec 2009 21:26:03 +0000 (15:26 -0600)] 
gdiplus: Add a trace for values of new string format objects.

15 years agogdiplus: Add traces for values of newly-created pens.
Vincent Povirk [Fri, 18 Dec 2009 21:24:51 +0000 (15:24 -0600)] 
gdiplus: Add traces for values of newly-created pens.

15 years agogdiplus: Add a trace for values of new ImageAttributes objects.
Vincent Povirk [Fri, 18 Dec 2009 21:21:30 +0000 (15:21 -0600)] 
gdiplus: Add a trace for values of new ImageAttributes objects.

15 years agoconfigure: Re-generate with autoconf 2.65.
Alexandre Julliard [Mon, 28 Dec 2009 10:43:02 +0000 (11:43 +0100)] 
configure: Re-generate with autoconf 2.65.

15 years agouser32: Don't pass the 16-bit instance through to 32-bit MessageBoxIndirectA.
Alexandre Julliard [Wed, 23 Dec 2009 16:11:53 +0000 (17:11 +0100)] 
user32: Don't pass the 16-bit instance through to 32-bit MessageBoxIndirectA.

15 years agouser32: Move handling of listbox sizes for Win 3.1 apps to the 16-bit code.
Alexandre Julliard [Thu, 24 Dec 2009 20:09:17 +0000 (21:09 +0100)] 
user32: Move handling of listbox sizes for Win 3.1 apps to the 16-bit code.

15 years agoinclude: Move undocumented Win9x function definitions to winbase16.h.
Alexandre Julliard [Thu, 24 Dec 2009 19:28:12 +0000 (20:28 +0100)] 
include: Move undocumented Win9x function definitions to winbase16.h.

15 years agouser32: Use a standard critical section instead of a syslevel for the USER lock.
Alexandre Julliard [Thu, 24 Dec 2009 16:42:19 +0000 (17:42 +0100)] 
user32: Use a standard critical section instead of a syslevel for the USER lock.

15 years agogdi32: Use a standard critical section instead of a syslevel for the GDI lock.
Alexandre Julliard [Thu, 24 Dec 2009 16:42:13 +0000 (17:42 +0100)] 
gdi32: Use a standard critical section instead of a syslevel for the GDI lock.

15 years agommdevapi/tests: Fix a test failure on Vista+ with no soundcard present.
Paul Vriens [Thu, 24 Dec 2009 12:12:36 +0000 (13:12 +0100)] 
mmdevapi/tests: Fix a test failure on Vista+ with no soundcard present.

15 years agohlink/tests: Fix a test failure on Win9x/WinMe.
Paul Vriens [Thu, 24 Dec 2009 11:31:59 +0000 (12:31 +0100)] 
hlink/tests: Fix a test failure on Win9x/WinMe.

15 years agokernel32: Ignore empty environment values from registry.
Andrew Nguyen [Wed, 23 Dec 2009 17:31:52 +0000 (11:31 -0600)] 
kernel32: Ignore empty environment values from registry.

15 years agontdll: Use the HKCU\Volatile Environment key when generating the initial process...
Andrew Nguyen [Wed, 23 Dec 2009 17:31:46 +0000 (11:31 -0600)] 
ntdll: Use the HKCU\Volatile Environment key when generating the initial process environment.

15 years agowinex11: Only check for fs register corruption on i386.
Alexandre Julliard [Thu, 24 Dec 2009 11:58:51 +0000 (12:58 +0100)] 
winex11: Only check for fs register corruption on i386.

15 years agowinmm: Avoid using ReleaseThunkLock from 32-bit code.
Alexandre Julliard [Thu, 24 Dec 2009 11:29:24 +0000 (12:29 +0100)] 
winmm: Avoid using ReleaseThunkLock from 32-bit code.

15 years agodbghelp: Add support for loading dwarf debug information out of PE images.
Eric Pouech [Wed, 23 Dec 2009 21:05:25 +0000 (22:05 +0100)] 
dbghelp: Add support for loading dwarf debug information out of PE images.

15 years agowinedump: Add support for long section names (at least used by MinGW).
Eric Pouech [Wed, 23 Dec 2009 21:05:44 +0000 (22:05 +0100)] 
winedump: Add support for long section names (at least used by MinGW).

15 years agocomctl32/rebar: Avoid empty band range when changing layout.
Nikolay Sivov [Wed, 23 Dec 2009 21:54:29 +0000 (00:54 +0300)] 
comctl32/rebar: Avoid empty band range when changing layout.

15 years agocomctl32/comboex: Move debugging traces that require additional code into TRACE_ON...
Nikolay Sivov [Wed, 23 Dec 2009 21:00:46 +0000 (00:00 +0300)] 
comctl32/comboex: Move debugging traces that require additional code into TRACE_ON() condition.

15 years agocomctl32/comboex: Get rid of useless helper.
Nikolay Sivov [Wed, 23 Dec 2009 20:35:08 +0000 (23:35 +0300)] 
comctl32/comboex: Get rid of useless helper.

15 years agocomctl32/comboex: Don't invalidate all windows if Edit box isn't set up.
Nikolay Sivov [Wed, 23 Dec 2009 20:32:21 +0000 (23:32 +0300)] 
comctl32/comboex: Don't invalidate all windows if Edit box isn't set up.

15 years agocomctl32/comboex: Fix silly typo in CBEM_SETITEM handler (lParam wasn't set).
Nikolay Sivov [Wed, 23 Dec 2009 20:08:32 +0000 (23:08 +0300)] 
comctl32/comboex: Fix silly typo in CBEM_SETITEM handler (lParam wasn't set).

15 years agocomctl32/comboex: Add test for internally sent Edit messages, remove corresponding...
Nikolay Sivov [Wed, 23 Dec 2009 19:51:54 +0000 (22:51 +0300)] 
comctl32/comboex: Add test for internally sent Edit messages, remove corresponding comments.

15 years agocomctl32/comboex: Use subclass chain for internally used controls.
Nikolay Sivov [Wed, 23 Dec 2009 19:50:26 +0000 (22:50 +0300)] 
comctl32/comboex: Use subclass chain for internally used controls.

15 years agokernel32/nls: Fix German translation.
AndrĂ© Hentschel [Wed, 23 Dec 2009 19:02:39 +0000 (20:02 +0100)] 
kernel32/nls: Fix German translation.

15 years agoquartz: Only wait in IMediaEvent::WaitForCompletion if the filter is running.
Paul Chitescu [Wed, 23 Dec 2009 17:55:13 +0000 (19:55 +0200)] 
quartz: Only wait in IMediaEvent::WaitForCompletion if the filter is running.

15 years agowinspool: Correctly zero printer driver buffer on failure, with tests.
Jeremy White [Wed, 23 Dec 2009 17:21:32 +0000 (11:21 -0600)] 
winspool: Correctly zero printer driver buffer on failure, with tests.

15 years agowinspool: Test for failure using correct size.
Jeremy White [Wed, 23 Dec 2009 17:21:17 +0000 (11:21 -0600)] 
winspool: Test for failure using correct size.

15 years agoquartz: Implement NullRenderer's IBaseFilter::FindPin.
Paul Chitescu [Wed, 23 Dec 2009 16:17:38 +0000 (18:17 +0200)] 
quartz: Implement NullRenderer's IBaseFilter::FindPin.

15 years agowininet: Fix pointer cast warnings on 64-bit.
Alexandre Julliard [Wed, 23 Dec 2009 20:25:48 +0000 (21:25 +0100)] 
wininet: Fix pointer cast warnings on 64-bit.

15 years agowinhttp: Fix pointer cast warnings on 64-bit.
Alexandre Julliard [Wed, 23 Dec 2009 20:25:42 +0000 (21:25 +0100)] 
winhttp: Fix pointer cast warnings on 64-bit.

15 years agouser32: Make user.exe into a stand-alone 16-bit module.
Alexandre Julliard [Wed, 23 Dec 2009 19:01:37 +0000 (20:01 +0100)] 
user32: Make user.exe into a stand-alone 16-bit module.

15 years agouser32: Use the wait message handler for the yield in PeekMessageW too.
Alexandre Julliard [Thu, 24 Dec 2009 11:03:45 +0000 (12:03 +0100)] 
user32: Use the wait message handler for the yield in PeekMessageW too.

15 years agouser32: Add a WoW wrapper for message waiting to allow releasing the Win16 lock in...
Alexandre Julliard [Thu, 24 Dec 2009 11:02:10 +0000 (12:02 +0100)] 
user32: Add a WoW wrapper for message waiting to allow releasing the Win16 lock in the 16-bit code.

15 years agouser32: Remove the no longer needed WIN_ISDIALOG flag.
Alexandre Julliard [Wed, 23 Dec 2009 19:25:04 +0000 (20:25 +0100)] 
user32: Remove the no longer needed WIN_ISDIALOG flag.

15 years agouser32: Remove the no longer used WIN_ISWIN32 flag.
Alexandre Julliard [Wed, 23 Dec 2009 19:19:43 +0000 (20:19 +0100)] 
user32: Remove the no longer used WIN_ISWIN32 flag.

15 years agouser32: Move a few 16-bit stubs to user16.c.
Alexandre Julliard [Wed, 23 Dec 2009 18:49:27 +0000 (19:49 +0100)] 
user32: Move a few 16-bit stubs to user16.c.

15 years agouser32: Remove remaining calls to internal 32-bit functions from msg16.c.
Alexandre Julliard [Wed, 23 Dec 2009 18:45:41 +0000 (19:45 +0100)] 
user32: Remove remaining calls to internal 32-bit functions from msg16.c.

15 years agouser32: Replace spy functions by a simple trace in 16-bit code.
Alexandre Julliard [Wed, 23 Dec 2009 18:45:03 +0000 (19:45 +0100)] 
user32: Replace spy functions by a simple trace in 16-bit code.

15 years agouser32: Remove some redundant 16-bit message traces.
Alexandre Julliard [Tue, 22 Dec 2009 13:50:58 +0000 (14:50 +0100)] 
user32: Remove some redundant 16-bit message traces.

15 years agouser32: Export the WIN_GetFullHandle function through the WoW handlers.
Alexandre Julliard [Tue, 22 Dec 2009 17:09:30 +0000 (18:09 +0100)] 
user32: Export the WIN_GetFullHandle function through the WoW handlers.

15 years agouser32: Export DIALOG_get_info and DIALOG_DoDialogBox through the WoW handlers.
Alexandre Julliard [Tue, 22 Dec 2009 16:57:42 +0000 (17:57 +0100)] 
user32: Export DIALOG_get_info and DIALOG_DoDialogBox through the WoW handlers.

15 years agouser32: Duplicate DIALOG_Enable/DisableOwner implementation on the 16-bit side.
Alexandre Julliard [Tue, 22 Dec 2009 16:46:25 +0000 (17:46 +0100)] 
user32: Duplicate DIALOG_Enable/DisableOwner implementation on the 16-bit side.

15 years agoimagehlp/tests: Fix a test failure on Win95.
Paul Vriens [Wed, 23 Dec 2009 12:46:43 +0000 (13:46 +0100)] 
imagehlp/tests: Fix a test failure on Win95.

15 years agouser32: Don't store the 16-bit hook info in the 32-bit thread queue structure.
Alexandre Julliard [Wed, 23 Dec 2009 12:45:06 +0000 (13:45 +0100)] 
user32: Don't store the 16-bit hook info in the 32-bit thread queue structure.

15 years agouser32: Make HOOK_IsHooked function static.
Alexandre Julliard [Tue, 22 Dec 2009 16:44:37 +0000 (17:44 +0100)] 
user32: Make HOOK_IsHooked function static.

15 years agouser32: Get rid of 16-bit handles in the driver clipboard interface.
Alexandre Julliard [Tue, 22 Dec 2009 20:18:40 +0000 (21:18 +0100)] 
user32: Get rid of 16-bit handles in the driver clipboard interface.

15 years agouser32: Reimplement 16-bit clipboard functions on top of the 32-bit ones.
Alexandre Julliard [Tue, 22 Dec 2009 20:08:11 +0000 (21:08 +0100)] 
user32: Reimplement 16-bit clipboard functions on top of the 32-bit ones.

15 years agoshell32/tests: Fix the system directory test for old WoW64 platforms.
Alexandre Julliard [Wed, 23 Dec 2009 11:18:37 +0000 (12:18 +0100)] 
shell32/tests: Fix the system directory test for old WoW64 platforms.

15 years agoshlwapi/tests: Remove empty traces.
Alexandre Julliard [Wed, 23 Dec 2009 11:13:53 +0000 (12:13 +0100)] 
shlwapi/tests: Remove empty traces.

15 years agouser32/tests: Fix some last error checks for WoW64.
Alexandre Julliard [Wed, 23 Dec 2009 11:13:44 +0000 (12:13 +0100)] 
user32/tests: Fix some last error checks for WoW64.

15 years agokernel32/tests: Fix the SetThreadIdealProcessor for WoW64.
Alexandre Julliard [Wed, 23 Dec 2009 11:13:32 +0000 (12:13 +0100)] 
kernel32/tests: Fix the SetThreadIdealProcessor for WoW64.

15 years agokernel32/tests: Get rid of API function typedefs.
Alexandre Julliard [Wed, 23 Dec 2009 11:02:08 +0000 (12:02 +0100)] 
kernel32/tests: Get rid of API function typedefs.

15 years agocmd: Use DOS newlines, not UNIX.
Austin English [Wed, 23 Dec 2009 03:04:20 +0000 (21:04 -0600)] 
cmd: Use DOS newlines, not UNIX.

15 years agomshtml: Implement IHTMLDocument2 get/put onmouseout.
Alistair Leslie-Hughes [Tue, 22 Dec 2009 22:21:04 +0000 (09:21 +1100)] 
mshtml: Implement IHTMLDocument2 get/put onmouseout.

15 years agomshtml: Implement IHTMLDocument2 get/put onmousedown.
Alistair Leslie-Hughes [Tue, 22 Dec 2009 22:18:45 +0000 (09:18 +1100)] 
mshtml: Implement IHTMLDocument2 get/put onmousedown.

15 years agomshtml: Implement IHTMLDocument2 get/put onmouseup.
Alistair Leslie-Hughes [Tue, 22 Dec 2009 22:15:20 +0000 (09:15 +1100)] 
mshtml: Implement IHTMLDocument2 get/put onmouseup.

15 years agodrmclien: Add stub for DllRegisterServer.
Christian Costa [Wed, 23 Dec 2009 07:46:40 +0000 (08:46 +0100)] 
drmclien: Add stub for DllRegisterServer.

15 years agoddraw: Improve error message.
Christian Costa [Wed, 23 Dec 2009 07:46:19 +0000 (08:46 +0100)] 
ddraw: Improve error message.

15 years agowinedbg: Use #elif defined(...) instead of plain #elif when detecting architectures...
Gerald Pfeifer [Tue, 22 Dec 2009 23:36:44 +0000 (00:36 +0100)] 
winedbg: Use #elif defined(...) instead of plain #elif when detecting architectures in dbg_start_interactive().

15 years agohlink: Add tests for IHlinkBrowseContext::SetInitialHlink.
Andrew Eikum [Tue, 22 Dec 2009 23:43:31 +0000 (17:43 -0600)] 
hlink: Add tests for IHlinkBrowseContext::SetInitialHlink.

15 years agohlink: Add partial implementation of IHlinkBrowseContext::GetHlink.
Andrew Eikum [Tue, 22 Dec 2009 23:43:29 +0000 (17:43 -0600)] 
hlink: Add partial implementation of IHlinkBrowseContext::GetHlink.

15 years agohlink: Add tests and fix error handling in IHlink::{Get, Set}StringReference.
Andrew Eikum [Tue, 22 Dec 2009 23:43:26 +0000 (17:43 -0600)] 
hlink: Add tests and fix error handling in IHlink::{Get, Set}StringReference.

15 years agocomctl32/rebar: Fix default just inserted band colors.
Nikolay Sivov [Tue, 22 Dec 2009 23:18:06 +0000 (02:18 +0300)] 
comctl32/rebar: Fix default just inserted band colors.

15 years agocomctl32/tests: Explicitly create rebar for each test, cleanup main function a bit.
Nikolay Sivov [Tue, 22 Dec 2009 22:41:07 +0000 (01:41 +0300)] 
comctl32/tests: Explicitly create rebar for each test, cleanup main function a bit.

15 years agocomctl32/updown: Don't change control z-order, this breaks auto buddy binding.
Nikolay Sivov [Tue, 22 Dec 2009 19:01:31 +0000 (22:01 +0300)] 
comctl32/updown: Don't change control z-order, this breaks auto buddy binding.

15 years agocomctl32/updown: Don't update buddy text if it's the same.
Nikolay Sivov [Tue, 22 Dec 2009 18:58:27 +0000 (21:58 +0300)] 
comctl32/updown: Don't update buddy text if it's the same.

15 years agowined3d: Use proper enum elements for FOURCC formats.
Henri Verbeet [Tue, 22 Dec 2009 17:32:17 +0000 (18:32 +0100)] 
wined3d: Use proper enum elements for FOURCC formats.

15 years agod3d8/tests: Add some tests for focus behaviour.
Henri Verbeet [Tue, 22 Dec 2009 17:32:16 +0000 (18:32 +0100)] 
d3d8/tests: Add some tests for focus behaviour.

15 years agod3d9/tests: Add some tests for focus behaviour.
Henri Verbeet [Tue, 22 Dec 2009 17:32:15 +0000 (18:32 +0100)] 
d3d9/tests: Add some tests for focus behaviour.

15 years agowined3d: Focus the focus window.
Henri Verbeet [Tue, 22 Dec 2009 17:32:14 +0000 (18:32 +0100)] 
wined3d: Focus the focus window.

15 years agowined3d: Filter messages for the device's focus window instead of the swapchain's...
Henri Verbeet [Tue, 22 Dec 2009 17:32:13 +0000 (18:32 +0100)] 
wined3d: Filter messages for the device's focus window instead of the swapchain's device window.

Usually these will be the same window, but they don't have to be.

15 years agodbghelp: Add a couple of helpers to struct cpu to help adding the stack to minidump.
Eric Pouech [Tue, 22 Dec 2009 13:21:37 +0000 (14:21 +0100)] 
dbghelp: Add a couple of helpers to struct cpu to help adding the stack to minidump.

15 years agodbghelp: Hacked a StackWalk implementation for x86_64.
Eric Pouech [Tue, 22 Dec 2009 13:21:31 +0000 (14:21 +0100)] 
dbghelp: Hacked a StackWalk implementation for x86_64.

15 years agodbghelp: Create a cpu backend to store CPU dependent code, and use it for the i386...
Eric Pouech [Tue, 22 Dec 2009 13:21:07 +0000 (14:21 +0100)] 
dbghelp: Create a cpu backend to store CPU dependent code, and use it for the i386 stack implementation.

15 years agouser32: Avoid accessing the window structure directly in Get/SetWindowLong16.
Alexandre Julliard [Tue, 22 Dec 2009 14:25:15 +0000 (15:25 +0100)] 
user32: Avoid accessing the window structure directly in Get/SetWindowLong16.

15 years agouser32: Avoid accessing the window structure directly in DispatchMessage16.
Alexandre Julliard [Tue, 22 Dec 2009 14:24:53 +0000 (15:24 +0100)] 
user32: Avoid accessing the window structure directly in DispatchMessage16.

15 years agouser32: Get rid of support for extracting icons from builtin dlls.
Alexandre Julliard [Wed, 23 Dec 2009 13:27:22 +0000 (14:27 +0100)] 
user32: Get rid of support for extracting icons from builtin dlls.

We now have fake dll files for all dlls, the icons can be loaded from there.

15 years agouser32: Don't cache 16-bit instance resources on the 32-bit side.
Alexandre Julliard [Wed, 23 Dec 2009 13:26:51 +0000 (14:26 +0100)] 
user32: Don't cache 16-bit instance resources on the 32-bit side.

15 years agouser32: Allocate user handles for cursors/icons when we don't have 16-bit support.
Alexandre Julliard [Tue, 22 Dec 2009 16:16:50 +0000 (17:16 +0100)] 
user32: Allocate user handles for cursors/icons when we don't have 16-bit support.