- 25 Mar, 2009 19 commits
-
-
Henri Verbeet authored
-
Henri Verbeet authored
These surfaces won't be attached to an FBO anyway, so avoid the cost of a potential format conversion when blitting from a non-RT surface. This is mostly an issue for ddraw applications with 16 bit render targets.
-
Henri Verbeet authored
This won't help if we actually need the swapchain, of course.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
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 21 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.
-