wine
19 years agocomctl32: header: Copy some fields on INSERTITEM even if they are not in the mask.
Mikołaj Zalewski [Mon, 15 May 2006 22:05:28 +0000 (00:05 +0200)] 
comctl32: header: Copy some fields on INSERTITEM even if they are not in the mask.

19 years agocomctl32: header: Automatically set some format fields.
Mikołaj Zalewski [Mon, 15 May 2006 22:03:14 +0000 (00:03 +0200)] 
comctl32: header: Automatically set some format fields.

19 years agomsvcrt: Fix handling of 'h' prefix in swprintf.
Peter Beutner [Tue, 16 May 2006 16:18:51 +0000 (18:18 +0200)] 
msvcrt: Fix handling of 'h' prefix in swprintf.

- '%hs' in widechar string functions is wrongly recognized as
  a widechar string. Fix this by always checking the prefix first.
- add testcase
- remove code duplication in %c/%s handling by moving code into a function.

19 years agowininet: Add a standalone http test.
Mike McCormack [Tue, 16 May 2006 14:03:45 +0000 (23:03 +0900)] 
wininet: Add a standalone http test.

19 years agowininet: Make sure hIC is valid before trying to use it. (Coverity)
Mike McCormack [Tue, 16 May 2006 09:53:00 +0000 (18:53 +0900)] 
wininet: Make sure hIC is valid before trying to use it. (Coverity)

19 years agod3d: Add D3DDEVTYPE_NULLREF definition.
Vitaliy Margolen [Tue, 16 May 2006 13:30:15 +0000 (07:30 -0600)] 
d3d: Add D3DDEVTYPE_NULLREF definition.

19 years agowldap32: Document the modify and modrdn functions.
Hans Leidekker [Tue, 16 May 2006 12:37:17 +0000 (14:37 +0200)] 
wldap32: Document the modify and modrdn functions.

19 years agokernel: Properly delete a test file.
Andrew Ziem [Mon, 15 May 2006 14:25:46 +0000 (08:25 -0600)] 
kernel: Properly delete a test file.

19 years agotools: Updated the autoconf scripts to more recent versions.
Alexandre Julliard [Tue, 16 May 2006 11:21:36 +0000 (13:21 +0200)] 
tools: Updated the autoconf scripts to more recent versions.

19 years agouser32: Add more ShowWindow tests.
Dmitry Timoshkov [Tue, 16 May 2006 10:33:19 +0000 (19:33 +0900)] 
user32: Add more ShowWindow tests.

Move ShowWindow tests for children with an invisible parent into a
separate test, add more ShowWindow tests. The tests show that an
assumption in dlls/x11drv/winpos.c that SetWindowPos should not be
called on a child with an invisible parent is not always true.

19 years agowined3d: Correctly define the number of possible parameters.
Paul Vriens [Tue, 16 May 2006 06:44:43 +0000 (08:44 +0200)] 
wined3d: Correctly define the number of possible parameters.

19 years agorpcrt4: Implement fixed array functions.
Robert Shearman [Mon, 15 May 2006 15:57:21 +0000 (16:57 +0100)] 
rpcrt4: Implement fixed array functions.

19 years agorpcrt4: Remove the BUFFER_PARANOIA overestimates for string memory sizes.
Robert Shearman [Mon, 15 May 2006 15:57:04 +0000 (16:57 +0100)] 
rpcrt4: Remove the BUFFER_PARANOIA overestimates for string memory sizes.

19 years agorpcrt4: Implement computing of conformance from a correlation descriptor for conforma...
Robert Shearman [Mon, 15 May 2006 15:57:13 +0000 (16:57 +0100)] 
rpcrt4: Implement computing of conformance from a correlation descriptor for conformant strings.

19 years agorpcrt4: Fix conformant varying structs to comply to the DCE/RPC spec.
Robert Shearman [Mon, 15 May 2006 15:56:55 +0000 (16:56 +0100)] 
rpcrt4: Fix conformant varying structs to comply to the DCE/RPC spec.

19 years agorpcrt4: Don't duplicate the conformance calculating code, just use the
Robert Shearman [Mon, 15 May 2006 15:56:27 +0000 (16:56 +0100)] 
rpcrt4: Don't duplicate the conformance calculating code, just use the
common ComputeConformance function to store the result in
pStubMsg->MaxCount (as this is what callback function store the
conformance value into anyway).

19 years agorpcrt4: Implement conformant varying struct functions.
Robert Shearman [Mon, 15 May 2006 15:56:37 +0000 (16:56 +0100)] 
rpcrt4: Implement conformant varying struct functions.

19 years agorpcrt4: Implement more conformance operations and more types.
Robert Shearman [Mon, 15 May 2006 15:56:45 +0000 (16:56 +0100)] 
rpcrt4: Implement more conformance operations and more types.

19 years agoshdocvw: Don't release IOleInPlaceSite in DoVerb.
Jacek Caban [Mon, 15 May 2006 19:06:13 +0000 (21:06 +0200)] 
shdocvw: Don't release IOleInPlaceSite in DoVerb.

19 years agowined3d: Unset the ddraw primary when it is released.
Stefan Dösinger [Mon, 15 May 2006 18:49:36 +0000 (20:49 +0200)] 
wined3d: Unset the ddraw primary when it is released.

19 years agowined3d: Add missing render states to the dumping function.
Stefan Dösinger [Mon, 15 May 2006 18:28:13 +0000 (20:28 +0200)] 
wined3d: Add missing render states to the dumping function.

19 years agowined3d: Implement IWineD3DDevice::SetFrontBackBuffers.
Stefan Dösinger [Mon, 15 May 2006 18:09:07 +0000 (20:09 +0200)] 
wined3d: Implement IWineD3DDevice::SetFrontBackBuffers.

19 years agoriched20: Implement EM_SETUNDOLIMIT and its conformance tests.
Matt Finnicum [Mon, 15 May 2006 18:00:15 +0000 (14:00 -0400)] 
riched20: Implement EM_SETUNDOLIMIT and its conformance tests.

19 years agocrypt32: Test importing public keys from a certificate.
Juan Lang [Tue, 16 May 2006 00:02:17 +0000 (17:02 -0700)] 
crypt32: Test importing public keys from a certificate.

19 years agocrypt32: Avoid a use-after-free bug in tests.
Juan Lang [Tue, 16 May 2006 00:00:06 +0000 (17:00 -0700)] 
crypt32: Avoid a use-after-free bug in tests.

19 years agowininet: Return correct errors in InternetOpenUrlW.
Mike McCormack [Mon, 15 May 2006 13:02:34 +0000 (22:02 +0900)] 
wininet: Return correct errors in InternetOpenUrlW.

19 years agowininet: Return correct errors in InternetConnectW
Mike McCormack [Mon, 15 May 2006 13:01:55 +0000 (22:01 +0900)] 
wininet: Return correct errors in InternetConnectW

19 years agorpcrt4: Implemented NTLM authentication for rpcrt4 connections.
Mike McCormack [Mon, 15 May 2006 14:04:25 +0000 (23:04 +0900)] 
rpcrt4: Implemented NTLM authentication for rpcrt4 connections.

19 years agorpcrt4: Use RPCRT4_Receive rather than accessing the transport directly.
Mike McCormack [Mon, 15 May 2006 13:51:30 +0000 (22:51 +0900)] 
rpcrt4: Use RPCRT4_Receive rather than accessing the transport directly.

19 years agoadvapi32: Implement and test SystemFunction005.
Mike McCormack [Mon, 15 May 2006 13:03:41 +0000 (22:03 +0900)] 
advapi32: Implement and test SystemFunction005.

19 years agorpcrt4: Implement NdrSimpleStructMemorySize.
Robert Shearman [Mon, 15 May 2006 12:34:58 +0000 (13:34 +0100)] 
rpcrt4: Implement NdrSimpleStructMemorySize.

19 years agorpcrt4: Fix the conformant struct functions to not call conformant array functions.
Robert Shearman [Mon, 15 May 2006 12:35:31 +0000 (13:35 +0100)] 
rpcrt4: Fix the conformant struct functions to not call conformant array functions.

The conformance has to be the first thing in the buffer, in accordance
with the DCE/RPC spec and to be compatible with the pointer layout
format strings that MIDL generates.

19 years agorpcrt4: In NdrConformantBufferSize, SizeConformance should be called, not SizeVariance.
Robert Shearman [Mon, 15 May 2006 12:35:41 +0000 (13:35 +0100)] 
rpcrt4: In NdrConformantBufferSize, SizeConformance should be called, not SizeVariance.

19 years agorpcrt4: Save pStubMsg->ActualCount in a local variable in the complex
Robert Shearman [Mon, 15 May 2006 12:35:51 +0000 (13:35 +0100)] 
rpcrt4: Save pStubMsg->ActualCount in a local variable in the complex
array functions, before calling a function that could change it and
cause the wrong number of loop iterations.

19 years agorpcrt4: Dereference the memory for pointers in NdrNonEncapsulatedUnionUnmarshall.
Robert Shearman [Mon, 15 May 2006 12:35:17 +0000 (13:35 +0100)] 
rpcrt4: Dereference the memory for pointers in NdrNonEncapsulatedUnionUnmarshall.

Pointers in a non-encapsulated union behave like embedded pointers, so
don't rely on the NdrPointer* functions doing the right thing in this
case and call the Pointer* functions directly.

19 years agorpcrt4: Rename ComplexStructSize to ComplexStructMemorySize to reflect the fact that...
Robert Shearman [Mon, 15 May 2006 12:35:07 +0000 (13:35 +0100)] 
rpcrt4: Rename ComplexStructSize to ComplexStructMemorySize to reflect the fact that it increments the buffer.

Replace the code in EmbeddedComplexSize that sizes non-encapsulated
unions without using a memory sizer routine, since this function
shouldn't touch the buffer.

Add a new function EmbeddedComplexMemorySize and use it in some memory
sizer routines where EmbeddedComplexSize was previously used.

19 years agorpcrt4: Fix embedded pointers in arrays by taking into account the iteration when...
Robert Shearman [Mon, 15 May 2006 12:34:47 +0000 (13:34 +0100)] 
rpcrt4: Fix embedded pointers in arrays by taking into account the iteration when calculating the appropriate memory and buffer pointers.

19 years agowined3d: Shaders: share dump_param function, version functions.
Ivan Gyurdiev [Sun, 14 May 2006 13:43:31 +0000 (09:43 -0400)] 
wined3d: Shaders: share dump_param function, version functions.

19 years agowined3d: Fix incorrect sizeof.
Ivan Gyurdiev [Sun, 14 May 2006 07:44:27 +0000 (03:44 -0400)] 
wined3d: Fix incorrect sizeof.

19 years agogdi: Duplicate extent value for the second byte of a DBCS char.
qingdoa daoo [Fri, 12 May 2006 23:52:59 +0000 (07:52 +0800)] 
gdi: Duplicate extent value for the second byte of a DBCS char.

19 years agoconfigure: Make libraries properly relocatable on MacOS.
Alexandre Julliard [Mon, 15 May 2006 13:14:45 +0000 (15:14 +0200)] 
configure: Make libraries properly relocatable on MacOS.

Also set the compatibility version.

19 years agoFix some winapi_check documentation warnings.
Francois Gouget [Thu, 11 May 2006 22:34:55 +0000 (00:34 +0200)] 
Fix some winapi_check documentation warnings.

19 years agoVarious trace fixes.
Francois Gouget [Thu, 11 May 2006 22:32:31 +0000 (00:32 +0200)] 
Various trace fixes.

Add trailing '\n's to trace calls.
Remove spaces before '\n'.

19 years agoAssorted spelling fixes.
Francois Gouget [Thu, 11 May 2006 22:06:31 +0000 (00:06 +0200)] 
Assorted spelling fixes.

19 years agocomctl32: header: Check for HDN_GETDISPINFO not being sent during INSERT/SETITEM.
Mikołaj Zalewski [Sun, 14 May 2006 09:36:39 +0000 (11:36 +0200)] 
comctl32: header: Check for HDN_GETDISPINFO not being sent during INSERT/SETITEM.

19 years agocomctl32: listview: Store the iSubItem in header's lParam in LVM_INSERTCOLUMN.
Mikołaj Zalewski [Sat, 13 May 2006 19:34:57 +0000 (21:34 +0200)] 
comctl32: listview: Store the iSubItem in header's lParam in LVM_INSERTCOLUMN.

19 years agocomctl32: header: Correct HDN_GETDISPINFO. Use it during drawing.
Mikołaj Zalewski [Sat, 13 May 2006 19:31:12 +0000 (21:31 +0200)] 
comctl32: header: Correct HDN_GETDISPINFO. Use it during drawing.

Improve HEADER_SendHeaderDispInfoNotify and rename it to
HEADER_PrepareCallbackItems. The new HEADER_FreeCallbackItems frees
the buffers allocated by it. GetItemT and DrawItem calls these
functions.

19 years agocomctl32: header: Mark the callback items in a mask.
Mikołaj Zalewski [Sat, 13 May 2006 19:22:44 +0000 (21:22 +0200)] 
comctl32: header: Mark the callback items in a mask.

Mark the callback items in the callbackMask HEADER_ITEM field. The
pszText for callback texts is now NULL what simplifies some
checks. Checks for lpItem->pszText==emptyString are also not needed as
emptyString is not stored in lpItem but used as a parameter to
Str_SetPtr (I haven't noticed it).

19 years agocomctl32 header: Free the old string also when the new one is LPSTR_TEXTCALLBACK.
Mikołaj Zalewski [Sat, 13 May 2006 19:16:41 +0000 (21:16 +0200)] 
comctl32 header: Free the old string also when the new one is LPSTR_TEXTCALLBACK.

19 years agocomctl32: header: Don't modify the user supplied HDITEM during Set/InsertItem.
Mikołaj Zalewski [Sat, 13 May 2006 19:14:43 +0000 (21:14 +0200)] 
comctl32: header: Don't modify the user supplied HDITEM during Set/InsertItem.

19 years agocomctl32: header: Move common code from SetItemT/InsertItemT into a new function.
Mikołaj Zalewski [Sat, 13 May 2006 19:11:21 +0000 (21:11 +0200)] 
comctl32: header: Move common code from SetItemT/InsertItemT into a new function.

19 years agocomctl32: header: Don't send HDN_GETDISPINFO during HDM_SET/INSERTITEM.
Mikołaj Zalewski [Sat, 13 May 2006 19:09:53 +0000 (21:09 +0200)] 
comctl32: header: Don't send HDN_GETDISPINFO during HDM_SET/INSERTITEM.

19 years agocomctl32: header: Don't check lpItem for NULL in GetItemT.
Mikołaj Zalewski [Sat, 13 May 2006 19:07:54 +0000 (21:07 +0200)] 
comctl32: header: Don't check lpItem for NULL in GetItemT.

19 years agoshdocvw: Wrap Heap* finctions by inline functions.
Jacek Caban [Thu, 11 May 2006 04:45:43 +0000 (06:45 +0200)] 
shdocvw: Wrap Heap* finctions by inline functions.

19 years agooleaut32: Update the marshal state buffer size when resizing (Doh!).
Huw Davies [Mon, 15 May 2006 09:02:48 +0000 (10:02 +0100)] 
oleaut32: Update the marshal state buffer size when resizing (Doh!).

19 years agomsvcrt: Fix times tests to pass on windows.
Vitaliy Margolen [Mon, 15 May 2006 04:12:33 +0000 (22:12 -0600)] 
msvcrt: Fix times tests to pass on windows.

Add more tests for daylight-time savings.

19 years agoserver: Retrieve the groups for a token from the server.
Robert Shearman [Sat, 13 May 2006 15:58:19 +0000 (16:58 +0100)] 
server: Retrieve the groups for a token from the server.

19 years agorpcrt4: The arm type mask should be comparing the highest byte against 0x80, as docum...
Robert Shearman [Sat, 13 May 2006 16:00:27 +0000 (17:00 +0100)] 
rpcrt4: The arm type mask should be comparing the highest byte against 0x80, as documented on MSDN.

Fix base type arm handling on little-endian machines, as the current
code would always pass in the address to the format char of 0x80
instead of the base type format char.

19 years agorpcrt4: Make ComplexStructSize increment the buffer.
Robert Shearman [Sat, 13 May 2006 16:00:09 +0000 (17:00 +0100)] 
rpcrt4: Make ComplexStructSize increment the buffer.

19 years agorpcrt4: Pass in the buffer value before incrementing to PointerMarshall in NdrPointer...
Robert Shearman [Sat, 13 May 2006 16:00:00 +0000 (17:00 +0100)] 
rpcrt4: Pass in the buffer value before incrementing to PointerMarshall in NdrPointerMarshall.

19 years agorpcrt4: Implement NdrComplexStructMemorySize.
Robert Shearman [Sat, 13 May 2006 15:59:50 +0000 (16:59 +0100)] 
rpcrt4: Implement NdrComplexStructMemorySize.

19 years agorpcrt4: Implement NdrComplexArrayMemorySize.
Robert Shearman [Sat, 13 May 2006 15:59:20 +0000 (16:59 +0100)] 
rpcrt4: Implement NdrComplexArrayMemorySize.

19 years agorpcrt4: Fix the fault packet structure to comply with the DCE/RPC specification.
Robert Shearman [Sat, 13 May 2006 15:58:56 +0000 (16:58 +0100)] 
rpcrt4: Fix the fault packet structure to comply with the DCE/RPC specification.

19 years agorpcrt4: The NDR memory sizing functions should increment the buffer pointer, so make...
Robert Shearman [Sat, 13 May 2006 15:58:43 +0000 (16:58 +0100)] 
rpcrt4: The NDR memory sizing functions should increment the buffer pointer, so make sure to save it before calling one of these and restore it afterwards.

19 years agorpcrt4: Make NdrBaseTypeMemorySize increment the buffer and memory size fields of...
Robert Shearman [Sat, 13 May 2006 15:59:06 +0000 (16:59 +0100)] 
rpcrt4: Make NdrBaseTypeMemorySize increment the buffer and memory size fields of MIDL_STUB_MESSAGE.

19 years agorpcrt4: Make NdrConformantStringUnmarshall use the new Read{Variance,Conformance}
Robert Shearman [Sat, 13 May 2006 15:58:31 +0000 (16:58 +0100)] 
rpcrt4: Make NdrConformantStringUnmarshall use the new Read{Variance,Conformance}
functions and adapt them to be callable without having a correlation
descriptor.

19 years agoadvapi32: Add tests for getting the groups, user and privileges of a token.
Robert Shearman [Sat, 13 May 2006 15:56:59 +0000 (16:56 +0100)] 
advapi32: Add tests for getting the groups, user and privileges of a token.

19 years agoadvapi32: Implement and test SystemFunction004.
Mike McCormack [Sun, 14 May 2006 08:11:16 +0000 (17:11 +0900)] 
advapi32: Implement and test SystemFunction004.

19 years agoadvapi32: Implement and test SystemFunction003.
Mike McCormack [Sun, 14 May 2006 08:06:22 +0000 (17:06 +0900)] 
advapi32: Implement and test SystemFunction003.

19 years agoadvapi32: Implement and test SystemFunction002 (DES decrypt).
Mike McCormack [Thu, 11 May 2006 15:47:39 +0000 (00:47 +0900)] 
advapi32: Implement and test SystemFunction002 (DES decrypt).

19 years agowined3d: Avoid a NULL dereference in RealizePalette.
Stefan Dösinger [Sun, 14 May 2006 16:01:31 +0000 (18:01 +0200)] 
wined3d: Avoid a NULL dereference in RealizePalette.

19 years agowined3d: Render state additions and fixes.
Stefan Dösinger [Sun, 14 May 2006 14:47:09 +0000 (16:47 +0200)] 
wined3d: Render state additions and fixes.

19 years agowined3d: Nonpow2 repacking support for GetDC.
Stefan Dösinger [Sun, 14 May 2006 14:28:14 +0000 (16:28 +0200)] 
wined3d: Nonpow2 repacking support for GetDC.

19 years agowined3d: Support for single buffering.
Stefan Dösinger [Sat, 13 May 2006 21:33:00 +0000 (23:33 +0200)] 
wined3d: Support for single buffering.

19 years agowined3d: Implement IWineGDISurface.
Stefan Dösinger [Sat, 13 May 2006 20:22:16 +0000 (22:22 +0200)] 
wined3d: Implement IWineGDISurface.

19 years agowined3d: Implement IWineD3DDevice::ProcessVertices.
Stefan Dösinger [Fri, 12 May 2006 20:21:31 +0000 (22:21 +0200)] 
wined3d: Implement IWineD3DDevice::ProcessVertices.

19 years agorpcrt4: Add missing PKT_AUTH3 packet type.
Mike McCormack [Fri, 12 May 2006 10:47:22 +0000 (19:47 +0900)] 
rpcrt4: Add missing PKT_AUTH3 packet type.

19 years agorpcrt4: Add infrastructure for send authentication data.
Mike McCormack [Fri, 12 May 2006 10:20:26 +0000 (19:20 +0900)] 
rpcrt4: Add infrastructure for send authentication data.

19 years agorpcrt4: Forward RpcBindingSetAuthInfo to RpcBindingSetAuthInfoEx.
Mike McCormack [Fri, 12 May 2006 10:19:48 +0000 (19:19 +0900)] 
rpcrt4: Forward RpcBindingSetAuthInfo to RpcBindingSetAuthInfoEx.

19 years agodnsapi: Add tests for DnsValidateName_A.
Hans Leidekker [Sat, 13 May 2006 18:26:36 +0000 (20:26 +0200)] 
dnsapi: Add tests for DnsValidateName_A.

19 years agogphoto2.ds: Fix a typo in a #warning, and slight rewording. Fix grammaro in comment.
Gerald Pfeifer [Sun, 14 May 2006 09:38:52 +0000 (11:38 +0200)] 
gphoto2.ds: Fix a typo in a #warning, and slight rewording.  Fix grammaro in comment.

19 years agowidl: Added RPC_FC_ENUM16 encoding.
Jacek Caban [Sat, 13 May 2006 16:08:32 +0000 (18:08 +0200)] 
widl: Added RPC_FC_ENUM16 encoding.

19 years agowidl: res50 is number of impinfos. Fix its usage.
Jacek Caban [Sat, 13 May 2006 16:07:38 +0000 (18:07 +0200)] 
widl: res50 is number of impinfos. Fix its usage.

19 years agooleaut32: res50 is number of impinfos. Fix its usage.
Jacek Caban [Sat, 13 May 2006 16:06:45 +0000 (18:06 +0200)] 
oleaut32: res50 is number of impinfos. Fix its usage.

19 years agourlmon: Fix tests.
Jacek Caban [Fri, 12 May 2006 16:54:54 +0000 (18:54 +0200)] 
urlmon: Fix tests.

19 years agoshdocvw: Added support for navigation to application URLs.
Jacek Caban [Fri, 12 May 2006 16:50:27 +0000 (18:50 +0200)] 
shdocvw: Added support for navigation to application URLs.

19 years agomshtml: Fix protocol tests on XP. Make Wine match XP implementation.
Jacek Caban [Fri, 12 May 2006 16:49:27 +0000 (18:49 +0200)] 
mshtml: Fix protocol tests on XP. Make Wine match XP implementation.

19 years agontdll: Fix endless loop in port test for users without admin rights.
Stefan Leichter [Sat, 13 May 2006 07:15:50 +0000 (09:15 +0200)] 
ntdll: Fix endless loop in port test for users without admin rights.

19 years agogphoto2.ds: Spelling fix.
Francois Gouget [Thu, 11 May 2006 22:24:56 +0000 (00:24 +0200)] 
gphoto2.ds: Spelling fix.

19 years agomprapi: Add FIXME for the missing in6addr.h include.
Francois Gouget [Thu, 11 May 2006 22:28:29 +0000 (00:28 +0200)] 
mprapi: Add FIXME for the missing in6addr.h include.

19 years agorpcrt4: Fix some conditional includes.
Francois Gouget [Thu, 11 May 2006 22:27:02 +0000 (00:27 +0200)] 
rpcrt4: Fix some conditional includes.

Check for HAVE_UNISTD_H before including unistd.h.
There is no HAVE_SYS_TYPES to check.
Tweak the indentation of a few #include directives.

19 years agoinclude: Remove uneeded __RPC_FAR references.
Francois Gouget [Thu, 11 May 2006 22:22:21 +0000 (00:22 +0200)] 
include: Remove uneeded __RPC_FAR references.

19 years agowinapi: Add support for APIENTRY.
Francois Gouget [Thu, 11 May 2006 22:19:54 +0000 (00:19 +0200)] 
winapi: Add support for APIENTRY.

Factorize a couple of call convention matching regular expressions.

19 years agoole32: Fix compilation with gcc 2.95.
Francois Gouget [Thu, 11 May 2006 22:16:19 +0000 (00:16 +0200)] 
ole32: Fix compilation with gcc 2.95.

19 years agooleaut32: Fix converting file name to Unicode.
Thomas Weidenmueller [Thu, 11 May 2006 22:07:59 +0000 (00:07 +0200)] 
oleaut32: Fix converting file name to Unicode.

Fix converting the typelib file name to Unicode by using the correct
buffer size.

19 years agocrypt32: Use the HRESULT synonyms for converted Win32 error codes.
Juan Lang [Thu, 11 May 2006 16:48:01 +0000 (09:48 -0700)] 
crypt32: Use the HRESULT synonyms for converted Win32 error codes.

19 years agowininet: Remove broken code for HTTP_QUERY_FLAG_COALESCE, which is unimplemented...
Mike McCormack [Fri, 12 May 2006 10:37:28 +0000 (19:37 +0900)] 
wininet: Remove broken code for HTTP_QUERY_FLAG_COALESCE, which is unimplemented according to MSDN.

19 years agowininet: Check for null parameters in FtpSetCurrentDirectoryW.
Mike McCormack [Thu, 11 May 2006 15:47:52 +0000 (00:47 +0900)] 
wininet: Check for null parameters in FtpSetCurrentDirectoryW.

19 years agoserver: Avoid a crash if a registry notify event has been set already.
Mike McCormack [Sun, 14 May 2006 08:11:54 +0000 (17:11 +0900)] 
server: Avoid a crash if a registry notify event has been set already.

19 years agowinedbg: Fixed regression for command 'bt all'.
Eric Pouech [Sun, 14 May 2006 16:08:43 +0000 (18:08 +0200)] 
winedbg: Fixed regression for command 'bt all'.

Don't print 'process has terminated' message when detaching from a
process (or backtracing it).