- 20 Apr, 2006 38 commits
-
-
James Hawkins authored
-
Jeff Latimer authored
Set defaults similar to Win XP for Kashida and set the default char in ScriptGetFontProperties.
-
Jeff Latimer authored
-
Alexandre Julliard authored
Also make sure the debug registers are properly copied to the context when set.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Ivan Gyurdiev authored
-
qingdoa daoo authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Robert Shearman authored
-
Robert Shearman authored
Don't allocate memory for the thread error structure until it is needed, as it is quite large and wastes memory for threads that don't call any wininet function.
-
Robert Shearman authored
-
Robert Shearman authored
Free all pointers by default, except for conformant strings. Conformant arrays should always be freed. Add FC_CVARRAY to list of known types to avoid a FIXME.
-
Robert Shearman authored
-
Robert Shearman authored
Use the documented NDR_PROC_HEADER_EXTS structure instead of the current NDR_PROC_EXTENSIONS structure currently in ndr_stubless.c.
-
Robert Shearman authored
-
Robert Shearman authored
Store the return value on the stack for stubs, as MIDL reserves space for it and gives us a stack offset. This fixes calling methods with thunks that assume that the return value will be stored on the stack.
-
Robert Shearman authored
Correctly fill in StackTop for stubless clients/servers so that conformance for top-level parameters works.
-
Robert Shearman authored
-
Robert Shearman authored
Fix the MSVC version of call_server_func to pop the registers in the same order they were pushed.
-
Thomas Kho authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Michael Kaufmann authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
Based on a patch by Mike McCormack.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
- 19 Apr, 2006 2 commits
-
-
Jeff Latimer authored
-
Alexandre Julliard authored
in an active process, instead of sending a SIGTRAP.
-