- 16 May, 2006 26 commits
-
-
Mike McCormack authored
-
Vitaliy Margolen authored
-
Hans Leidekker authored
-
Andrew Ziem authored
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
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.
-
Paul Vriens authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
common ComputeConformance function to store the result in pStubMsg->MaxCount (as this is what callback function store the conformance value into anyway).
-
Robert Shearman authored
-
Robert Shearman authored
-
Jacek Caban authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Matt Finnicum authored
-
Juan Lang authored
-
Juan Lang authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
- 15 May, 2006 14 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
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.
-
Robert Shearman authored
-
Robert Shearman authored
array functions, before calling a function that could change it and cause the wrong number of loop iterations.
-
Robert Shearman authored
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.
-
Robert Shearman authored
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.
-
Robert Shearman authored
rpcrt4: Fix embedded pointers in arrays by taking into account the iteration when calculating the appropriate memory and buffer pointers.
-
Ivan Gyurdiev authored
-
Ivan Gyurdiev authored
-
qingdoa daoo authored
-
Alexandre Julliard authored
Also set the compatibility version.
-
Francois Gouget authored
-
Francois Gouget authored
Add trailing '\n's to trace calls. Remove spaces before '\n'.
-
Francois Gouget authored
-