- 25 Mar, 2009 11 commits
-
-
Henri Verbeet authored
The indentation here is pretty horrible. Also removes a couple of fairly useless comments.
-
Henri Verbeet authored
-
Francois Gouget authored
It is unlikely to ever be used too. The default behavior is to connect to the server specified by $ESPEAKER or to the local one which suits us just fine.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Christian Costa authored
-
Andrew Talbot authored
-
Austin English authored
-
Paul Vriens authored
-
Paul Vriens authored
-
- 24 Mar, 2009 29 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Lei Zhang authored
-
Vincent Povirk authored
-
Kirill K. Smirnov authored
-
Austin English authored
-
Hans Leidekker authored
A custom action in the sp1 installer passes this value.
-
Hans Leidekker authored
Fix for office 2007 sp1 installer.
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Rob Shearman authored
Add tests for these protocol sequences and for ncacn_ip_tcp.
-
Rob Shearman authored
services: Always initialise the out buffer in svcctl_QueryServiceStatusEx and svcctl_QueryServiceConfig2W.
-
Rob Shearman authored
services: svcctl_GetServiceDisplayNameW and svcctl_GetServiceKeyNameW should have string attribute on output buffer. They also should not have two parameters for specifying the size of the buffer. The buffer size should also not include in the nul-terminating character.
-
Rob Shearman authored
-
Rob Shearman authored
The ref count will be released by SC_RPC_HANDLE_destroy when the returned handle is destroyed. Change svcctl_OpenServiceW to use InterlockedIncrement to increment the ref count since the service is in the database and therefore could be shared and SC_RPC_HANDLE_destroy doesn't take the scmdatabase lock when decrementing the ref count.
-
Michael Stefaniuc authored
-
Paul Vriens authored
-
Henri Verbeet authored
Based on a patch by Louis Lenders. Although MSDN claims this should be in shell32, it really is in shdocvw.
-
Henri Verbeet authored
This should be the last unnecessary getFormatDescEntry() call.
-
Henri Verbeet authored
-
Henri Verbeet authored
Rather than looking it up all the time.
-
Henri Verbeet authored
We can use the information from format_desc instead.
-
Henri Verbeet authored
As far as I can tell nothing depends on this being 1, and there's some code that checks for WINED3DFMT_UNKNOWN and uses 0 for the byte count in that case.
-
Henri Verbeet authored
-
Henri Verbeet authored
This mostly just reduces the nesting to something more sane.
-
Henri Verbeet authored
-