wine
17 years agourlmon: Added application/pdf mime filter.
Jacek Caban [Wed, 6 Dec 2006 17:20:03 +0000 (18:20 +0100)] 
urlmon: Added application/pdf mime filter.

17 years agourlmon: Added application/java mime filter.
Jacek Caban [Wed, 6 Dec 2006 17:19:14 +0000 (18:19 +0100)] 
urlmon: Added application/java mime filter.

17 years agourlmon: Added application/x-zip-compressed filter.
Jacek Caban [Wed, 6 Dec 2006 17:18:23 +0000 (18:18 +0100)] 
urlmon: Added application/x-zip-compressed filter.

17 years agourlmon: Added application/x-gzip-compression filter.
Jacek Caban [Wed, 6 Dec 2006 17:17:26 +0000 (18:17 +0100)] 
urlmon: Added application/x-gzip-compression filter.

17 years agontdll/tests: Fix typo.
Paul Vriens [Wed, 6 Dec 2006 13:43:33 +0000 (14:43 +0100)] 
ntdll/tests: Fix typo.

17 years agogdi32: Add a prototype for GetFontUnicodeRanges().
Francois Gouget [Wed, 6 Dec 2006 12:42:59 +0000 (13:42 +0100)] 
gdi32: Add a prototype for GetFontUnicodeRanges().

17 years agogdi32: Only mmap a given font file once.
Alexandre Julliard [Wed, 6 Dec 2006 20:31:53 +0000 (21:31 +0100)] 
gdi32: Only mmap a given font file once.

FT_New_Face always creates a new mapping of the font file, so do the
mapping by hand and use FT_New_Memory_Face instead.

17 years agod3d8: Fix implicit surface refcounting.
Markus Amsler [Mon, 4 Dec 2006 23:29:48 +0000 (00:29 +0100)] 
d3d8: Fix implicit surface refcounting.

17 years agod3d8: Handle volume refcount forwarding in d3d8.
Markus Amsler [Mon, 4 Dec 2006 23:29:42 +0000 (00:29 +0100)] 
d3d8: Handle volume refcount forwarding in d3d8.

17 years agod3d8: Handle surface refcount forwarding in d3d8.
Markus Amsler [Mon, 4 Dec 2006 23:29:37 +0000 (00:29 +0100)] 
d3d8: Handle surface refcount forwarding in d3d8.

17 years agod3d: Callback infrastructure for implicit depth stencil surface destruction in IWineD...
Markus Amsler [Mon, 4 Dec 2006 23:29:31 +0000 (00:29 +0100)] 
d3d: Callback infrastructure for implicit depth stencil surface destruction in IWineD3DDevice.

17 years agod3d: Callback infrastructure for implicit volume destruction in IWineD3DVolumeTexture.
Markus Amsler [Mon, 4 Dec 2006 23:29:21 +0000 (00:29 +0100)] 
d3d: Callback infrastructure for implicit volume destruction in IWineD3DVolumeTexture.

17 years agod3d: Callback infrastructure for implicit render target destruction in IWineD3DSwapChain.
Markus Amsler [Mon, 4 Dec 2006 23:29:14 +0000 (00:29 +0100)] 
d3d: Callback infrastructure for implicit render target destruction in IWineD3DSwapChain.

17 years agod3d: Callback infrastructure for implicit surface destruction in IWineD3DCubeTexture.
Markus Amsler [Mon, 4 Dec 2006 23:29:08 +0000 (00:29 +0100)] 
d3d: Callback infrastructure for implicit surface destruction in IWineD3DCubeTexture.

17 years agod3d: Callback infrastructure for implicit surface destruction in IWineD3DTexture.
Markus Amsler [Mon, 4 Dec 2006 23:28:58 +0000 (00:28 +0100)] 
d3d: Callback infrastructure for implicit surface destruction in IWineD3DTexture.

17 years agowine/list.h: Added list_move_head and list_move_tail.
Stefan Dösinger [Mon, 4 Dec 2006 15:12:58 +0000 (16:12 +0100)] 
wine/list.h: Added list_move_head and list_move_tail.

17 years agodmime: Remove resolve_STREAM_SEEK(), it is unused.
Francois Gouget [Wed, 6 Dec 2006 11:06:17 +0000 (12:06 +0100)] 
dmime: Remove resolve_STREAM_SEEK(), it is unused.

17 years agoole32: Convert dump_user_flags() into debugstr_user_flags(), a proper debug trace...
Francois Gouget [Wed, 6 Dec 2006 11:06:03 +0000 (12:06 +0100)] 
ole32: Convert dump_user_flags() into debugstr_user_flags(), a proper debug trace function.

17 years agoole32: Convert dump_FORMATETC() into debugstr_formatetc(), a proper debug trace function.
Francois Gouget [Wed, 6 Dec 2006 11:05:31 +0000 (12:05 +0100)] 
ole32: Convert dump_FORMATETC() into debugstr_formatetc(), a proper debug trace function.

17 years agomsvcmaker: Link with msvcrt(d).dll rather than with the static C library.
Francois Gouget [Wed, 6 Dec 2006 11:04:55 +0000 (12:04 +0100)] 
msvcmaker: Link with msvcrt(d).dll rather than with the static C library.

17 years agomsvcmaker: Tweak the .dsp formatting to better match Visual Studio.
Francois Gouget [Wed, 6 Dec 2006 11:00:14 +0000 (12:00 +0100)] 
msvcmaker: Tweak the .dsp formatting to better match Visual Studio.

17 years agomsvcmaker: Remove unneeded -I.. for the msvcrt tests.
Francois Gouget [Wed, 6 Dec 2006 10:58:30 +0000 (11:58 +0100)] 
msvcmaker: Remove unneeded -I.. for the msvcrt tests.

17 years agomsvcmaker: Fix the code that sets __WINETEST_OUTPUT_DIR so it does not pollute $outpu...
Francois Gouget [Wed, 6 Dec 2006 10:57:29 +0000 (11:57 +0100)] 
msvcmaker: Fix the code that sets __WINETEST_OUTPUT_DIR so it does not pollute $output_dir.

17 years agowgl: Fix for missing NV GLX extension.
Chris Robinson [Wed, 6 Dec 2006 05:30:36 +0000 (21:30 -0800)] 
wgl: Fix for missing NV GLX extension.

17 years agomsi: More tests for the SourceDir property.
Mike McCormack [Wed, 6 Dec 2006 06:00:13 +0000 (15:00 +0900)] 
msi: More tests for the SourceDir property.

17 years agomsi: Add some tests for the ALTER query.
Mike McCormack [Wed, 6 Dec 2006 06:00:02 +0000 (15:00 +0900)] 
msi: Add some tests for the ALTER query.

17 years agowinedbg: Added support for constant values passed by dbghelp.
Eric Pouech [Tue, 5 Dec 2006 21:13:33 +0000 (22:13 +0100)] 
winedbg: Added support for constant values passed by dbghelp.

17 years agodbghelp: Added ability to internal store / reload a symbol with a constant value.
Eric Pouech [Tue, 5 Dec 2006 21:13:30 +0000 (22:13 +0100)] 
dbghelp: Added ability to internal store / reload a symbol with a constant value.

Let dwarf and msc use this new feature.
As we also add global symbol without addresses, don't take those
constant symbols into account for searches by address.

17 years agodbghelp: Added a field to the hash table to store the number of elements in the hash...
Eric Pouech [Tue, 5 Dec 2006 21:13:27 +0000 (22:13 +0100)] 
dbghelp: Added a field to the hash table to store the number of elements in the hash table.

Make use of it to get rid to module_compute_num_syms.

17 years agodbghelp: In find_nearest, now return the symbol instead of its index in module->sortt...
Eric Pouech [Tue, 5 Dec 2006 21:13:23 +0000 (22:13 +0100)] 
dbghelp: In find_nearest, now return the symbol instead of its index in module->sorttable.

17 years agodbghelp: Simplify the way we find the debug header.
Eric Pouech [Tue, 5 Dec 2006 21:02:05 +0000 (22:02 +0100)] 
dbghelp: Simplify the way we find the debug header.

17 years agodplayx: Display requested provider.
Detlef Riekenberg [Tue, 5 Dec 2006 18:25:46 +0000 (19:25 +0100)] 
dplayx: Display requested provider.

17 years agowgl: Cleanup wglMakeCurrent.
Roderick Colenbrander [Tue, 5 Dec 2006 22:12:24 +0000 (23:12 +0100)] 
wgl: Cleanup wglMakeCurrent.

17 years agowineps.drv: When we're using a GlyphDirectory we should clear the offsets and lengths...
Huw Davies [Tue, 5 Dec 2006 15:13:06 +0000 (15:13 +0000)] 
wineps.drv: When we're using a GlyphDirectory we should clear the offsets and lengths of the loca and glyf tables in addition to changing their names.

Should fix printing on Mac based cups servers.

17 years agokernel32/tests: Add tests for GetWindowsDirectory.
Detlef Riekenberg [Sun, 3 Dec 2006 21:38:50 +0000 (22:38 +0100)] 
kernel32/tests: Add tests for GetWindowsDirectory.

17 years agokernel32/tests: Add tests for GetSystemDirectory.
Detlef Riekenberg [Sun, 3 Dec 2006 21:38:21 +0000 (22:38 +0100)] 
kernel32/tests: Add tests for GetSystemDirectory.

17 years agoversion/tests: Free memory after use.
Paul Vriens [Mon, 4 Dec 2006 21:21:24 +0000 (22:21 +0100)] 
version/tests: Free memory after use.

17 years agowininet/test: Free memory after use.
Paul Vriens [Mon, 4 Dec 2006 21:14:48 +0000 (22:14 +0100)] 
wininet/test: Free memory after use.

17 years agoadvapi32/tests: Free memory after use.
Paul Vriens [Mon, 4 Dec 2006 20:25:13 +0000 (21:25 +0100)] 
advapi32/tests: Free memory after use.

17 years agokernel32: Always read a full block from the CD-ROM to avoid problems on raw devices.
Alexandre Julliard [Tue, 5 Dec 2006 22:33:40 +0000 (23:33 +0100)] 
kernel32: Always read a full block from the CD-ROM to avoid problems on raw devices.

17 years agouser32: For LBS_OWNERDRAWVARIABLE listboxes return the fixed item height if the listb...
Huw Davies [Tue, 5 Dec 2006 14:32:02 +0000 (14:32 +0000)] 
user32: For LBS_OWNERDRAWVARIABLE listboxes return the fixed item height if the listbox is empty.

17 years agomsi: Initialize sid_str to NULL.
James Hawkins [Tue, 5 Dec 2006 11:43:31 +0000 (03:43 -0800)] 
msi: Initialize sid_str to NULL.

17 years agomsi: Fail if stg is NULL.
James Hawkins [Tue, 5 Dec 2006 11:44:09 +0000 (03:44 -0800)] 
msi: Fail if stg is NULL.

17 years agows2_32: Rewrite setsockopt to be more readable.
Kai Blin [Tue, 5 Dec 2006 10:35:18 +0000 (11:35 +0100)] 
ws2_32: Rewrite setsockopt to be more readable.

17 years agontdll: Added support for the HEAP_CREATE_ENABLE_EXECUTE flag.
Alexandre Julliard [Tue, 5 Dec 2006 14:43:13 +0000 (15:43 +0100)] 
ntdll: Added support for the HEAP_CREATE_ENABLE_EXECUTE flag.

17 years agokthread: Don't make the stack executable by default.
Alexandre Julliard [Tue, 5 Dec 2006 14:42:53 +0000 (15:42 +0100)] 
kthread: Don't make the stack executable by default.

17 years agontdll: Force exec permissions on all mmaps unless the app is marked NX-compatible.
Alexandre Julliard [Tue, 5 Dec 2006 14:42:29 +0000 (15:42 +0100)] 
ntdll: Force exec permissions on all mmaps unless the app is marked NX-compatible.

17 years agodbghelp: Recognize DT_GNU_HASH.
Thomas Fitzsimmons [Tue, 5 Dec 2006 08:31:00 +0000 (03:31 -0500)] 
dbghelp: Recognize DT_GNU_HASH.

17 years agoadvapi32: Eliminate wild pointers.
Andrew Talbot [Mon, 4 Dec 2006 22:53:25 +0000 (22:53 +0000)] 
advapi32: Eliminate wild pointers.

17 years agocomcat/tests: Cast-qual warnings fix.
Andrew Talbot [Mon, 4 Dec 2006 20:29:24 +0000 (20:29 +0000)] 
comcat/tests: Cast-qual warnings fix.

17 years agoriched20: Move EM_EXSETSEL fix into ME_SetSelection.
Lei Zhang [Mon, 4 Dec 2006 19:54:24 +0000 (11:54 -0800)] 
riched20: Move EM_EXSETSEL fix into ME_SetSelection.

17 years agodinput: Remove no longer used GEN_EVENT.
Vitaliy Margolen [Mon, 4 Dec 2006 17:54:56 +0000 (10:54 -0700)] 
dinput: Remove no longer used GEN_EVENT.

17 years agodinput: Move joystick event queue into base device class.
Vitaliy Margolen [Mon, 4 Dec 2006 17:54:49 +0000 (10:54 -0700)] 
dinput: Move joystick event queue into base device class.

17 years agodinput: Move mouse event queue into base device class.
Vitaliy Margolen [Mon, 4 Dec 2006 17:54:40 +0000 (10:54 -0700)] 
dinput: Move mouse event queue into base device class.

17 years agodinput: Move keyboard event queue into base device class.
Vitaliy Margolen [Mon, 4 Dec 2006 17:54:30 +0000 (10:54 -0700)] 
dinput: Move keyboard event queue into base device class.

This removes [Get|Set]Property and GetDeviceData.

17 years agodinput: Implement [Get|Set]Property and GetDeviceData in base Device object.
Vitaliy Margolen [Mon, 4 Dec 2006 17:54:05 +0000 (10:54 -0700)] 
dinput: Implement [Get|Set]Property and GetDeviceData in base Device object.

Also add queue_event to replace big macro GEN_EVENT.

17 years agomsi: Examine the attributes of all features before setting a component's state.
Mike McCormack [Tue, 5 Dec 2006 09:24:39 +0000 (18:24 +0900)] 
msi: Examine the attributes of all features before setting a component's state.

17 years agomsi: Add the names of features/components to debugging output.
Mike McCormack [Tue, 5 Dec 2006 09:17:57 +0000 (18:17 +0900)] 
msi: Add the names of features/components to debugging output.

17 years agoConsistently use SUBLANG_NEUTRAL for Italian resources.
Francois Gouget [Mon, 4 Dec 2006 19:12:07 +0000 (20:12 +0100)] 
Consistently use SUBLANG_NEUTRAL for Italian resources.

17 years agoAssorted spelling fixes.
Francois Gouget [Mon, 4 Dec 2006 18:55:35 +0000 (19:55 +0100)] 
Assorted spelling fixes.

17 years agomshtml: Add '\n' to Wine trace.
Francois Gouget [Mon, 4 Dec 2006 18:56:58 +0000 (19:56 +0100)] 
mshtml: Add '\n' to Wine trace.

17 years agomsxml3: Add '\n' to Wine trace.
Francois Gouget [Mon, 4 Dec 2006 18:56:48 +0000 (19:56 +0100)] 
msxml3: Add '\n' to Wine trace.

17 years agovmm.vxd: PC_WRITABLE spelling fix.
Francois Gouget [Mon, 4 Dec 2006 18:56:31 +0000 (19:56 +0100)] 
vmm.vxd: PC_WRITABLE spelling fix.

17 years agoatl: Change storage class of dll_count to static.
Andrew Talbot [Mon, 4 Dec 2006 18:41:28 +0000 (18:41 +0000)] 
atl: Change storage class of dll_count to static.

17 years agoole32: Implement the GetData function of the data cache to using the
Rob Shearman [Mon, 4 Dec 2006 15:51:20 +0000 (15:51 +0000)] 
ole32: Implement the GetData function of the data cache to using the
existing LoadData function and fix GetData to also return data that
has been set, rather than loaded.

17 years agoole32: Fix HandsOffStorage in the data cache.
Rob Shearman [Mon, 4 Dec 2006 15:51:25 +0000 (15:51 +0000)] 
ole32: Fix HandsOffStorage in the data cache.

17 years agoole32: Implement the DiscardCache function in the data cache.
Rob Shearman [Mon, 4 Dec 2006 15:51:05 +0000 (15:51 +0000)] 
ole32: Implement the DiscardCache function in the data cache.

17 years agowinspool.drv: Outlook 2003 relies on the buffer size returned by EnumPrintersA being...
Huw Davies [Mon, 4 Dec 2006 14:32:36 +0000 (14:32 +0000)] 
winspool.drv: Outlook 2003 relies on the buffer size returned by EnumPrintersA being big enough to hold the buffer returned by EnumPrintersW.

17 years agowined3d: Add err for failure case in CheckDepthStencilMatch.
Jan Zerebecki [Thu, 23 Nov 2006 18:59:30 +0000 (19:59 +0100)] 
wined3d: Add err for failure case in CheckDepthStencilMatch.

17 years agowined3d: Fix CreateFakeGLContext to work with a foreign context.
Jan Zerebecki [Thu, 23 Nov 2006 18:58:41 +0000 (19:58 +0100)] 
wined3d: Fix CreateFakeGLContext to work with a foreign context.

17 years agowined3d: Avoid XFree on NULL in CheckDeviceType.
Jan Zerebecki [Thu, 23 Nov 2006 18:58:13 +0000 (19:58 +0100)] 
wined3d: Avoid XFree on NULL in CheckDeviceType.

17 years agowined3d: Rearrange code in CheckDeviceType.
Jan Zerebecki [Thu, 23 Nov 2006 18:57:54 +0000 (19:57 +0100)] 
wined3d: Rearrange code in CheckDeviceType.

17 years agowined3d: Add warn trace for INVALIDCALL case in CheckDeviceType.
Jan Zerebecki [Thu, 23 Nov 2006 18:56:31 +0000 (19:56 +0100)] 
wined3d: Add warn trace for INVALIDCALL case in CheckDeviceType.

17 years agoRemove glut32.
Roderick Colenbrander [Mon, 4 Dec 2006 13:39:04 +0000 (14:39 +0100)] 
Remove glut32.

17 years agows2_32: Added tests for closesocket cancelling pending I/O operations.
Damjan Jovanovic [Mon, 4 Dec 2006 06:01:19 +0000 (08:01 +0200)] 
ws2_32: Added tests for closesocket cancelling pending I/O operations.

17 years agoserver: Explicitly shutdown destroyed sockets to force pending poll() calls to return.
Alexandre Julliard [Mon, 4 Dec 2006 17:02:02 +0000 (18:02 +0100)] 
server: Explicitly shutdown destroyed sockets to force pending poll() calls to return.

17 years agokernel32: Store the LC_MESSAGES value under the "Locale" value.
Alexandre Julliard [Mon, 4 Dec 2006 17:00:55 +0000 (18:00 +0100)] 
kernel32: Store the LC_MESSAGES value under the "Locale" value.

Some apps depend on the value. Reported by Karsten Elfenbein.

17 years agowinedbg: Dwarf can emit REGREL symbol information, so handle it.
Eric Pouech [Sat, 2 Dec 2006 16:43:34 +0000 (17:43 +0100)] 
winedbg: Dwarf can emit REGREL symbol information, so handle it.

Factorize a bit more some symbol handling code.

17 years agowinedbg: Now that local variable computation depends on instruction
Eric Pouech [Sat, 2 Dec 2006 16:43:27 +0000 (17:43 +0100)] 
winedbg: Now that local variable computation depends on instruction
pointer value, be sure to have the relevant insn ptr value when
fetching the stack frames (spotted by Peter Oberndorfer).

17 years agodbghelp: Fixed value stored for register relative information
Eric Pouech [Sat, 2 Dec 2006 16:43:20 +0000 (17:43 +0100)] 
dbghelp: Fixed value stored for register relative information
(regression spotted by Peter Oberndorfer).

17 years agodbghelp: Now that symbol's value computation depend on instruction
Eric Pouech [Sat, 2 Dec 2006 16:43:14 +0000 (17:43 +0100)] 
dbghelp: Now that symbol's value computation depend on instruction
pointer value, be sure to always store it (spotted by Peter
Oberndorfer).

17 years agowinedbg: Added some black magic to still handle register values on non
Eric Pouech [Sat, 2 Dec 2006 16:43:08 +0000 (17:43 +0100)] 
winedbg: Added some black magic to still handle register values on non
current frame for some of the registers we know of (frame pointer,
stack pointer).

17 years agowinedbg: Remove some hassle from sgv_cb, and handle line number displacement where...
Eric Pouech [Sat, 2 Dec 2006 16:43:03 +0000 (17:43 +0100)] 
winedbg: Remove some hassle from sgv_cb, and handle line number displacement where needed.

17 years agowinedbg: No longer test filename in sgv_cb, but do it in the only place where we...
Eric Pouech [Sat, 2 Dec 2006 16:42:58 +0000 (17:42 +0100)] 
winedbg: No longer test filename in sgv_cb, but do it in the only place where we actually need it.

17 years agoole32: Add some more traces to the data cache to make debugging easier.
Rob Shearman [Sat, 2 Dec 2006 18:17:05 +0000 (18:17 +0000)] 
ole32: Add some more traces to the data cache to make debugging easier.

17 years agoole32: Add tests for invalid clipformat/tymed combinations in IOleCache:Cache and...
Rob Shearman [Sat, 2 Dec 2006 18:16:58 +0000 (18:16 +0000)] 
ole32: Add tests for invalid clipformat/tymed combinations in IOleCache:Cache and for caching formats with a clipformat of 0.

17 years agoole32: In the data cache, fmtetc->cfFormat and fmtetc->tymed can be 0 which means...
Rob Shearman [Sat, 2 Dec 2006 18:16:53 +0000 (18:16 +0000)] 
ole32: In the data cache, fmtetc->cfFormat and fmtetc->tymed can be 0 which means to match any clipformat/tymed.

Therefore, keep the clipformat of the data in the data_cf field.
Return an error from SetData if a non-zero clipformat hasn't been specified.
Write out stgmedium.tymed instead of fmtetc.tymed, which is guaranteed
to be non-zero if data has been set.

17 years agoole32: Check that the specified clipboard format and tymed are valid in IOleCache...
Rob Shearman [Sat, 2 Dec 2006 18:16:47 +0000 (18:16 +0000)] 
ole32: Check that the specified clipboard format and tymed are valid in IOleCache::Cache in the data cache.

17 years agospoolss: Forward EnumPortsW to winspool.drv.
Detlef Riekenberg [Sun, 3 Dec 2006 13:07:30 +0000 (14:07 +0100)] 
spoolss: Forward EnumPortsW to winspool.drv.

17 years agows2_32: Rewrite getsockopt to make it more readable.
Kai Blin [Mon, 4 Dec 2006 08:46:10 +0000 (09:46 +0100)] 
ws2_32: Rewrite getsockopt to make it more readable.

17 years agontdll: Allow module with extensions in forward specifications.
Alexandre Julliard [Mon, 4 Dec 2006 12:37:32 +0000 (13:37 +0100)] 
ntdll: Allow module with extensions in forward specifications.

17 years agomsi: Double quotes are not valid in queries.
Mike McCormack [Mon, 4 Dec 2006 07:52:18 +0000 (16:52 +0900)] 
msi: Double quotes are not valid in queries.

17 years agomsi: Add tests for quoting in queries.
Mike McCormack [Mon, 4 Dec 2006 07:52:05 +0000 (16:52 +0900)] 
msi: Add tests for quoting in queries.

17 years agod3d: Pass the superior creating object down to the callback functions.
Markus Amsler [Sun, 3 Dec 2006 20:52:03 +0000 (21:52 +0100)] 
d3d: Pass the superior creating object down to the callback functions.

17 years agofonts: Add Ukrainian and Byelorussian symbols in MS Sans Serif font.
Konstantin Kondratyuk [Fri, 1 Dec 2006 12:05:23 +0000 (15:05 +0300)] 
fonts: Add Ukrainian and Byelorussian symbols in MS Sans Serif font.

17 years agofonts: Add Ukrainian and Byelorussian symbols in Small fonts.
Konstantin Kondratyuk [Fri, 1 Dec 2006 12:05:34 +0000 (15:05 +0300)] 
fonts: Add Ukrainian and Byelorussian symbols in Small fonts.

17 years agofonts: Add Ukrainian and Byelorussian symbols in Courier font.
Konstantin Kondratyuk [Fri, 1 Dec 2006 12:05:13 +0000 (15:05 +0300)] 
fonts: Add Ukrainian and Byelorussian symbols in Courier font.

17 years agofonts: Add Ukrainian and Byelorussian symbols in System font.
Konstantin Kondratyuk [Fri, 1 Dec 2006 12:05:42 +0000 (15:05 +0300)] 
fonts: Add Ukrainian and Byelorussian symbols in System font.

17 years agocomctl32: Destroy header information on WM_NCDESTROY instead of WM_DESTROY.
Clinton Stimpson [Sun, 3 Dec 2006 01:12:07 +0000 (18:12 -0700)] 
comctl32: Destroy header information on WM_NCDESTROY instead of WM_DESTROY.

17 years agowgl: Don't return prematurely if ConvertPixelFormatWGLtoGLX receives an invalid pixel...
Chris Robinson [Sun, 3 Dec 2006 02:06:42 +0000 (18:06 -0800)] 
wgl: Don't return prematurely if ConvertPixelFormatWGLtoGLX receives an invalid pixel format.