wine
18 years agoole32: IPeristStream implies IPersist and IStream implies ISequentialStream so fix...
Rob Shearman [Sun, 7 Jan 2007 12:16:04 +0000 (12:16 +0000)] 
ole32: IPeristStream implies IPersist and IStream implies ISequentialStream so fix the Structured Storage stream implementation's QueryInterface with to reflect this.

18 years agoole32: IStream inherits from ISequentialStream so the HGLOBALStream implementation...
Rob Shearman [Sun, 7 Jan 2007 12:15:59 +0000 (12:15 +0000)] 
ole32: IStream inherits from ISequentialStream so the HGLOBALStream implementation must also support ISequentialStream.

18 years agoole32: Release the global interface table in the tests when it is no longer needed.
Rob Shearman [Sun, 7 Jan 2007 12:15:54 +0000 (12:15 +0000)] 
ole32: Release the global interface table in the tests when it is no longer needed.

18 years agowinmm: Remove unused variable and if check (Coverity).
Kai Blin [Sun, 7 Jan 2007 10:09:24 +0000 (11:09 +0100)] 
winmm: Remove unused variable and if check (Coverity).

18 years agotaskmgr: Remove unused variable and if check (Coverity).
Kai Blin [Sun, 7 Jan 2007 09:45:22 +0000 (10:45 +0100)] 
taskmgr: Remove unused variable and if check (Coverity).

18 years agodplayx: Declare some functions static.
Andrew Talbot [Sat, 6 Jan 2007 19:31:56 +0000 (19:31 +0000)] 
dplayx: Declare some functions static.

18 years agodmstyle: Declare some functions static.
Andrew Talbot [Sat, 6 Jan 2007 19:29:10 +0000 (19:29 +0000)] 
dmstyle: Declare some functions static.

18 years agodnsapi: Declare some items static.
Andrew Talbot [Sat, 6 Jan 2007 19:30:51 +0000 (19:30 +0000)] 
dnsapi: Declare some items static.

18 years agomlang/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Sat, 6 Jan 2007 18:33:10 +0000 (19:33 +0100)] 
mlang/tests: Replace some '#if 0's with 'if (0)'s.

18 years agomshtml/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Sat, 6 Jan 2007 18:33:19 +0000 (19:33 +0100)] 
mshtml/tests: Replace some '#if 0's with 'if (0)'s.

Fix the code so it compiles without warnings.

18 years agokernel32/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Sat, 6 Jan 2007 18:32:56 +0000 (19:32 +0100)] 
kernel32/tests: Replace some '#if 0's with 'if (0)'s.

Fix the code so it compiles without warnings.

18 years agogdi32/tests: Replace an '#if 0' with an 'if (0)'.
Francois Gouget [Sat, 6 Jan 2007 18:32:23 +0000 (19:32 +0100)] 
gdi32/tests: Replace an '#if 0' with an 'if (0)'.

18 years agontdll/tests: Replace an '#if 0' with an 'if (0)'.
Francois Gouget [Sat, 6 Jan 2007 18:31:36 +0000 (19:31 +0100)] 
ntdll/tests: Replace an '#if 0' with an 'if (0)'.

Fix the code so it compiles without warnings.

18 years agod3d9/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Sat, 6 Jan 2007 18:31:20 +0000 (19:31 +0100)] 
d3d9/tests: Replace some '#if 0's with 'if (0)'s.

18 years agocrypt32/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Sat, 6 Jan 2007 18:31:10 +0000 (19:31 +0100)] 
crypt32/tests: Replace some '#if 0's with 'if (0)'s.

18 years agogdi32/tests: Tweak a test to avoid an '#if 0'.
Francois Gouget [Sat, 6 Jan 2007 18:30:19 +0000 (19:30 +0100)] 
gdi32/tests: Tweak a test to avoid an '#if 0'.

18 years agourlmon/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Sat, 6 Jan 2007 18:30:06 +0000 (19:30 +0100)] 
urlmon/tests: Replace some '#if 0's with 'if (0)'s.

Fix the code so it compiles without warnings.

18 years agorpcrt4/tests: Remove an unneeded '#if 0' and fix the code so it compiles without...
Francois Gouget [Sat, 6 Jan 2007 18:29:49 +0000 (19:29 +0100)] 
rpcrt4/tests: Remove an unneeded '#if 0' and fix the code so it compiles without warnings.

18 years agorpcrt4/tests: Replace some '#if 0's with 'if (0)'s, or remove them if not needed...
Francois Gouget [Sat, 6 Jan 2007 18:26:59 +0000 (19:26 +0100)] 
rpcrt4/tests: Replace some '#if 0's with 'if (0)'s, or remove them if not needed anymore.

Fix the code so it compiles without warnings.

18 years agooleaut32/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Sat, 6 Jan 2007 18:29:07 +0000 (19:29 +0100)] 
oleaut32/tests: Replace some '#if 0's with 'if (0)'s.

18 years agooleaut32/tests: Fix compilation on systems with no nameless unions (e.g. gcc 2.95).
Francois Gouget [Sat, 6 Jan 2007 18:26:12 +0000 (19:26 +0100)] 
oleaut32/tests: Fix compilation on systems with no nameless unions (e.g. gcc 2.95).

18 years agosetupapi/tests: Print GetLastError() in decimal with '%u'.
Francois Gouget [Sat, 6 Jan 2007 18:25:23 +0000 (19:25 +0100)] 
setupapi/tests: Print GetLastError() in decimal with '%u'.

18 years agowininet/tests: Print GetLastError() in decimal with '%u'.
Francois Gouget [Sat, 6 Jan 2007 18:25:07 +0000 (19:25 +0100)] 
wininet/tests: Print GetLastError() in decimal with '%u'.

18 years agowinspool.drv/tests: Replace some '#if 0's with 'if (0)'s.
Francois Gouget [Sat, 6 Jan 2007 18:24:22 +0000 (19:24 +0100)] 
winspool.drv/tests: Replace some '#if 0's with 'if (0)'s.

18 years agoshell32/tests: Hack SHGetFileInfo() so it does not crash and add a test for it.
Francois Gouget [Sat, 6 Jan 2007 18:24:06 +0000 (19:24 +0100)] 
shell32/tests: Hack SHGetFileInfo() so it does not crash and add a test for it.

18 years agokernel32: Skip the OpenProcess test under Win9x.
Dmitry Timoshkov [Sat, 6 Jan 2007 10:44:36 +0000 (18:44 +0800)] 
kernel32: Skip the OpenProcess test under Win9x.

18 years agod3d8: IDirect3DDevice8Impl_GetVertexShaderDeclaration gets passed a handle instead...
H. Verbeet [Sat, 6 Jan 2007 17:04:01 +0000 (18:04 +0100)] 
d3d8: IDirect3DDevice8Impl_GetVertexShaderDeclaration gets passed a handle instead of a pointer.

18 years agod3d8: IDirect3DDevice8Impl_GetVertexShaderFunction gets passed a handle instead of...
H. Verbeet [Sat, 6 Jan 2007 17:03:54 +0000 (18:03 +0100)] 
d3d8: IDirect3DDevice8Impl_GetVertexShaderFunction gets passed a handle instead of a pointer.

18 years agod3d8: IDirect3DDevice8Impl_GetPixelShaderFunction gets passed a handle instead of...
H. Verbeet [Sat, 6 Jan 2007 17:03:49 +0000 (18:03 +0100)] 
d3d8: IDirect3DDevice8Impl_GetPixelShaderFunction gets passed a handle instead of a pointer.

18 years agoshlwapi: Forward CLSIDFromProgIDWrap to ole32 (with test).
Jacek Caban [Sat, 6 Jan 2007 16:05:58 +0000 (17:05 +0100)] 
shlwapi: Forward CLSIDFromProgIDWrap to ole32 (with test).

18 years agoshdoclc: Update French translation.
Jonathan Ernst [Sat, 6 Jan 2007 14:11:25 +0000 (15:11 +0100)] 
shdoclc: Update French translation.

18 years agowinecfg: Update French translation.
Jonathan Ernst [Sat, 6 Jan 2007 14:10:41 +0000 (15:10 +0100)] 
winecfg: Update French translation.

18 years agodevenum: Do not store full DLL path in the registry.
Dmitry Timoshkov [Sat, 6 Jan 2007 08:51:01 +0000 (16:51 +0800)] 
devenum: Do not store full DLL path in the registry.

18 years agoqcap: Do not store full DLL path in the registry.
Dmitry Timoshkov [Sat, 6 Jan 2007 08:51:15 +0000 (16:51 +0800)] 
qcap: Do not store full DLL path in the registry.

18 years agowinspool: Implement XcvDataW.
Detlef Riekenberg [Fri, 5 Jan 2007 00:11:21 +0000 (01:11 +0100)] 
winspool: Implement XcvDataW.

18 years agowinspool: Call the Portmonitor for XcvMonitor and XcvPort in OpenPrinter.
Detlef Riekenberg [Fri, 5 Jan 2007 00:09:46 +0000 (01:09 +0100)] 
winspool: Call the Portmonitor for XcvMonitor and XcvPort in OpenPrinter.

18 years agowinspool: Start support for XcvMonitor and XcvPort in OpenPrinter.
Detlef Riekenberg [Fri, 5 Jan 2007 00:09:13 +0000 (01:09 +0100)] 
winspool: Start support for XcvMonitor and XcvPort in OpenPrinter.

18 years agowinspool: Support the local computername as servername for OpenPrinter.
Detlef Riekenberg [Fri, 5 Jan 2007 00:09:02 +0000 (01:09 +0100)] 
winspool: Support the local computername as servername for OpenPrinter.

18 years agowinex11drv/user32: Add ClipCursor to x11drv to pass clip rectangle to x11drv.
Vitaliy Margolen [Thu, 4 Jan 2007 19:24:50 +0000 (12:24 -0700)] 
winex11drv/user32: Add ClipCursor to x11drv to pass clip rectangle to x11drv.

18 years agodinput: Fix possible NULL deference.
Vitaliy Margolen [Sat, 6 Jan 2007 00:15:09 +0000 (17:15 -0700)] 
dinput: Fix possible NULL deference.

18 years agodinput: Fix memory leak.
Vitaliy Margolen [Sat, 6 Jan 2007 00:15:05 +0000 (17:15 -0700)] 
dinput: Fix memory leak.

18 years agodinput: Fix mouse to use proper offset when queuing new events. Add handling of X...
Vitaliy Margolen [Sat, 6 Jan 2007 00:14:55 +0000 (17:14 -0700)] 
dinput: Fix mouse to use proper offset when queuing new events. Add handling of X-buttons.

We should use instance IDs instead of sequential numbers to get correct offset.

18 years agowinedump: Add support for derived types in codeview type info.
Eric Pouech [Fri, 5 Jan 2007 20:43:33 +0000 (21:43 +0100)] 
winedump: Add support for derived types in codeview type info.

18 years agowinedump: Fix a couple of issues with types table walking.
Eric Pouech [Fri, 5 Jan 2007 20:43:23 +0000 (21:43 +0100)] 
winedump: Fix a couple of issues with types table walking.

Align types to DWORD boundaries.
Split types dumping functions into two versions (one without offsets
table, the second one with offset table).

18 years agowinedump: Dump S_SSEARCH_V1 symbols.
Eric Pouech [Fri, 5 Jan 2007 20:43:17 +0000 (21:43 +0100)] 
winedump: Dump S_SSEARCH_V1 symbols.

18 years agowinedump: Added for dumping sstAlignSym and sstGlobalTypes COFF sections.
Eric Pouech [Fri, 5 Jan 2007 20:43:06 +0000 (21:43 +0100)] 
winedump: Added for dumping sstAlignSym and sstGlobalTypes COFF sections.

18 years agodbghelp: Handling of S_SALIGN symbols.
Eric Pouech [Fri, 5 Jan 2007 20:43:00 +0000 (21:43 +0100)] 
dbghelp: Handling of S_SALIGN symbols.

18 years agowinedump: Handling of S_SALIGN symbols.
Eric Pouech [Fri, 5 Jan 2007 20:43:00 +0000 (21:43 +0100)] 
winedump: Handling of S_SALIGN symbols.

18 years agowinedump: Re-use existing codeview facilities to dump OMF files.
Eric Pouech [Fri, 5 Jan 2007 20:42:53 +0000 (21:42 +0100)] 
winedump: Re-use existing codeview facilities to dump OMF files.

18 years agowinedump: Removed cvinclude.h.
Eric Pouech [Fri, 5 Jan 2007 20:42:45 +0000 (21:42 +0100)] 
winedump: Removed cvinclude.h.

18 years agowinedump: Added dumping of RSDS header from module.
Eric Pouech [Fri, 5 Jan 2007 20:42:39 +0000 (21:42 +0100)] 
winedump: Added dumping of RSDS header from module.

18 years agowinedump: Added helper to convert a guid to a string.
Eric Pouech [Fri, 5 Jan 2007 20:42:32 +0000 (21:42 +0100)] 
winedump: Added helper to convert a guid to a string.

18 years agowinedump: While dumping NE files, use -j option if present (as we do for PE files).
Eric Pouech [Fri, 5 Jan 2007 20:42:26 +0000 (21:42 +0100)] 
winedump: While dumping NE files, use -j option if present (as we do for PE files).

18 years agowinedump: Print some basic info for pure DOS file (which fixes segfault while reading...
Eric Pouech [Fri, 5 Jan 2007 20:42:19 +0000 (21:42 +0100)] 
winedump: Print some basic info for pure DOS file (which fixes segfault while reading DOS files).

18 years agowinedump: Added ability to dump FPO debug information.
Eric Pouech [Fri, 5 Jan 2007 20:42:12 +0000 (21:42 +0100)] 
winedump: Added ability to dump FPO debug information.

18 years agodbghelp: Corrected the map/unmap operations for ELF sections.
Eric Pouech [Sat, 6 Jan 2007 08:07:45 +0000 (09:07 +0100)] 
dbghelp: Corrected the map/unmap operations for ELF sections.

Now correctly free the mapped areas when no longer used.

18 years agomsacm32: Fix comment and remove unneeded if check (Coverity).
Kai Blin [Sat, 6 Jan 2007 02:42:31 +0000 (03:42 +0100)] 
msacm32: Fix comment and remove unneeded if check (Coverity).

Thanks to Alex VillacĂ­s Lasso for comments.

18 years agoole32: Print GetLastError() in decimal with '%u'.
Francois Gouget [Fri, 5 Jan 2007 20:49:31 +0000 (21:49 +0100)] 
ole32: Print GetLastError() in decimal with '%u'.

18 years agogdi32/tests: Print GetLastError() in decimal with '%u'.
Francois Gouget [Fri, 5 Jan 2007 20:49:04 +0000 (21:49 +0100)] 
gdi32/tests: Print GetLastError() in decimal with '%u'.

18 years agoshell32/tests: Print GetLastError() in decimal with '%u'.
Francois Gouget [Fri, 5 Jan 2007 20:48:19 +0000 (21:48 +0100)] 
shell32/tests: Print GetLastError() in decimal with '%u'.

18 years agolocalspl/tests: Print GetLastError() in decimal with '%u'.
Francois Gouget [Fri, 5 Jan 2007 20:48:04 +0000 (21:48 +0100)] 
localspl/tests: Print GetLastError() in decimal with '%u'.

18 years agoversion/tests: Print GetLastError() in decimal with '%u'.
Francois Gouget [Fri, 5 Jan 2007 20:47:39 +0000 (21:47 +0100)] 
version/tests: Print GetLastError() in decimal with '%u'.

18 years agowine.inf: Self-register objsel.dll.
Francois Gouget [Fri, 5 Jan 2007 17:47:55 +0000 (18:47 +0100)] 
wine.inf: Self-register objsel.dll.

18 years agoddrawex: Self-register the DirectDrawFactory CoClass.
Francois Gouget [Fri, 5 Jan 2007 17:48:33 +0000 (18:48 +0100)] 
ddrawex: Self-register the DirectDrawFactory CoClass.

18 years agodinput8: Self-register the DirectInput8 CoClass.
Francois Gouget [Fri, 5 Jan 2007 17:48:18 +0000 (18:48 +0100)] 
dinput8: Self-register the DirectInput8 CoClass.

18 years agotaskmgr: Print GetLastError() in decimal with '%u'.
Francois Gouget [Fri, 5 Jan 2007 11:55:05 +0000 (12:55 +0100)] 
taskmgr: Print GetLastError() in decimal with '%u'.

18 years agoadvapi32: Remove a useless macro.
Francois Gouget [Fri, 5 Jan 2007 11:45:46 +0000 (12:45 +0100)] 
advapi32: Remove a useless macro.

18 years agoshlwapi: Remove redundant check in assignment, unicode version (Coverity).
Kai Blin [Fri, 5 Jan 2007 11:11:21 +0000 (12:11 +0100)] 
shlwapi: Remove redundant check in assignment, unicode version (Coverity).

18 years agouser32: If pTest was allocated, length has to be > 0 (Coverity).
Kai Blin [Fri, 5 Jan 2007 11:40:56 +0000 (12:40 +0100)] 
user32: If pTest was allocated, length has to be > 0 (Coverity).

18 years agoole32: Remove redundant NULL check (Coverity).
Kai Blin [Fri, 5 Jan 2007 10:00:43 +0000 (11:00 +0100)] 
ole32: Remove redundant NULL check (Coverity).

18 years agowinemp3.acm: Ensure null check before dereference.
Jeff Latimer [Fri, 5 Jan 2007 00:55:23 +0000 (11:55 +1100)] 
winemp3.acm: Ensure null check before dereference.

18 years agowininet: Ensure null check before dereference.
Jeff Latimer [Fri, 5 Jan 2007 00:54:26 +0000 (11:54 +1100)] 
wininet: Ensure null check before dereference.

18 years agodmloader: Declare some functions static.
Andrew Talbot [Fri, 5 Jan 2007 13:37:37 +0000 (13:37 +0000)] 
dmloader: Declare some functions static.

18 years agodmime: Declare some functions static.
Andrew Talbot [Fri, 5 Jan 2007 13:36:53 +0000 (13:36 +0000)] 
dmime: Declare some functions static.

18 years agoquartz: Use '%u' to print GetLastError().
Francois Gouget [Fri, 5 Jan 2007 12:05:20 +0000 (13:05 +0100)] 
quartz: Use '%u' to print GetLastError().

18 years agourlmon: Print GetLastError() in decimal with '%u'.
Francois Gouget [Fri, 5 Jan 2007 12:05:31 +0000 (13:05 +0100)] 
urlmon: Print GetLastError() in decimal with '%u'.

18 years agoqcap: Print GetLastError() in decimal with '%u'.
Francois Gouget [Fri, 5 Jan 2007 11:54:17 +0000 (12:54 +0100)] 
qcap: Print GetLastError() in decimal with '%u'.

18 years agokernel32: GetTimeFormat and GetDateFormat should fail if LOCALE_NOUSEROVERRIDE is...
Dmitry Timoshkov [Fri, 5 Jan 2007 06:25:39 +0000 (14:25 +0800)] 
kernel32: GetTimeFormat and GetDateFormat should fail if LOCALE_NOUSEROVERRIDE is specified simultaneously with a format string.

18 years agowinetest: Pass correct working directory to the tests.
Paul Vriens [Thu, 4 Jan 2007 20:35:23 +0000 (21:35 +0100)] 
winetest: Pass correct working directory to the tests.

18 years agodevenum: Update Dutch resource.
Louis Lenders [Thu, 4 Jan 2007 19:35:54 +0000 (19:35 +0000)] 
devenum: Update Dutch resource.

18 years agocomdlg32: Update Dutch resource.
Louis Lenders [Thu, 4 Jan 2007 19:31:06 +0000 (19:31 +0000)] 
comdlg32: Update Dutch resource.

18 years agodinput: Change EnumObjects to use GetObjectInfo.
Vitaliy Margolen [Thu, 4 Jan 2007 18:59:23 +0000 (11:59 -0700)] 
dinput: Change EnumObjects to use GetObjectInfo.

Also small debug trace correction to make it more readable.

18 years agowined3d: state_pointsprite should apply to all texture units.
Chris Robinson [Wed, 3 Jan 2007 08:17:24 +0000 (00:17 -0800)] 
wined3d: state_pointsprite should apply to all texture units.

18 years agoimagehlp: Make use of the bReadOnly parameter in MapAndLoad.
Eric Pouech [Wed, 3 Jan 2007 13:39:33 +0000 (14:39 +0100)] 
imagehlp: Make use of the bReadOnly parameter in MapAndLoad.

18 years agoimagehlp: Correctly handle files without NT headers in MapAndLoad.
Eric Pouech [Wed, 3 Jan 2007 13:39:33 +0000 (14:39 +0100)] 
imagehlp: Correctly handle files without NT headers in MapAndLoad.

18 years agoimagehlp: Fixed computation of SizeOfImage in MapAndLoad.
Eric Pouech [Wed, 3 Jan 2007 13:39:33 +0000 (14:39 +0100)] 
imagehlp: Fixed computation of SizeOfImage in MapAndLoad.

18 years agowined3d: Skip sampler state application for stages that aren't mapped to a texture...
H. Verbeet [Wed, 3 Jan 2007 18:18:59 +0000 (19:18 +0100)] 
wined3d: Skip sampler state application for stages that aren't mapped to a texture unit.

18 years agowined3d: Skip WINED3DTSS_TEXCOORDINDEX state application for stages that aren't mappe...
H. Verbeet [Wed, 3 Jan 2007 18:18:51 +0000 (19:18 +0100)] 
wined3d: Skip WINED3DTSS_TEXCOORDINDEX state application for stages that aren't mapped to a texture unit.

18 years agowined3d: Don't do WINED3DTSS_ALPHAOP texture operations for stages that aren't mapped...
H. Verbeet [Wed, 3 Jan 2007 18:18:44 +0000 (19:18 +0100)] 
wined3d: Don't do WINED3DTSS_ALPHAOP texture operations for stages that aren't mapped to a texture unit.

18 years agowined3d: Don't do WINED3DTSS_COLOROP texture operations for stages that aren't mapped...
H. Verbeet [Wed, 3 Jan 2007 18:18:38 +0000 (19:18 +0100)] 
wined3d: Don't do WINED3DTSS_COLOROP texture operations for stages that aren't mapped to a texture unit.

18 years agowininet: Fix the releasing of the wrong reference count in HTTP_CloseHTTPRequestHandle.
Rob Shearman [Thu, 4 Jan 2007 18:22:19 +0000 (18:22 +0000)] 
wininet: Fix the releasing of the wrong reference count in HTTP_CloseHTTPRequestHandle.

lpwhr obviously already has a reference count of 0 because it is being destroyed.

18 years agowininet: Change the HTTP code to not assume that the connection will be closed at...
Rob Shearman [Thu, 4 Jan 2007 18:23:17 +0000 (18:23 +0000)] 
wininet: Change the HTTP code to not assume that the connection will be closed at the end of every request.

18 years agowininet: Don't send callbacks in HTTP_CloseConnection if not connected.
Rob Shearman [Thu, 4 Jan 2007 18:21:42 +0000 (18:21 +0000)] 
wininet: Don't send callbacks in HTTP_CloseConnection if not connected.

18 years agowininet: Use the Content-Length header to work out how much HTTP data there is left...
Rob Shearman [Thu, 4 Jan 2007 18:21:49 +0000 (18:21 +0000)] 
wininet: Use the Content-Length header to work out how much HTTP data there is left to be read
and don't try to read any more than what is available.

18 years agowininet: Always send a Connection header set to "close" because that is what we expec...
Rob Shearman [Thu, 4 Jan 2007 18:21:34 +0000 (18:21 +0000)] 
wininet: Always send a Connection header set to "close" because that is what we expect for the moment.

18 years agowininet: Use correct types for socket functions to avoid warnings when compiling...
Rob Shearman [Thu, 4 Jan 2007 18:21:24 +0000 (18:21 +0000)] 
wininet: Use correct types for socket functions to avoid warnings when compiling on BSD-based systems.

18 years agowininet: Fix HTTP redirects by reseting loop_next after one loop.
Rob Shearman [Thu, 4 Jan 2007 18:21:13 +0000 (18:21 +0000)] 
wininet: Fix HTTP redirects by reseting loop_next after one loop.

18 years agontdll: Don't print a fixme in RtlQueueUserWorkItem if WT_EXECUTELONGFUNCTION is specified
Rob Shearman [Thu, 4 Jan 2007 18:23:44 +0000 (18:23 +0000)] 
ntdll: Don't print a fixme in RtlQueueUserWorkItem if WT_EXECUTELONGFUNCTION is specified
since that is what the current behaviour is tuned for.

18 years agodinput: Fix cut and paste error.
Vitaliy Margolen [Thu, 4 Jan 2007 17:15:39 +0000 (10:15 -0700)] 
dinput: Fix cut and paste error.

18 years agowidl: Fix memory leaks.
Andrew Talbot [Thu, 4 Jan 2007 16:57:54 +0000 (16:57 +0000)] 
widl: Fix memory leaks.