- 16 May, 2006 8 commits
-
-
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 32 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
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
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.
-
Mikołaj Zalewski authored
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).
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Jacek Caban authored
-
Huw Davies authored
-
Vitaliy Margolen authored
Add more tests for daylight-time savings.
-
Robert Shearman authored
-
Robert Shearman authored
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.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-