- 10 Jan, 2006 11 commits
-
-
Mike McCormack authored
the error message.
-
Mike McCormack authored
as columns may be select more than once in from a table.
-
Mike McCormack authored
-
Mike McCormack authored
Implemented MsiDatabaseIsTablePersistentA via the W function.
-
Troy Rollo authored
-
Troy Rollo authored
are being used.
-
Troy Rollo authored
-
Michael Kaufmann authored
-
Michael Kaufmann authored
-
Kaj Kaloinen authored
-
Phil Krylov authored
-
- 09 Jan, 2006 27 commits
-
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
close the cab file even if no files are extracted.
-
Saulius Krasuckas authored
-
Phil Krylov authored
Allow autoresizing rebar by PostMessage(hwndRebar, WM_SIZE, 0, 0) like native does, taking as few rows as possible and using the parent window client area size for the other dimension (width for horizontal rebars or height for vertical ones).
-
Phil Krylov authored
-
Robert Shearman authored
Join the MTA if necessary when executing an RPC call to ensure that it is executing with a valid apartment and won't fail for certain COM calls.
-
Robert Shearman authored
Attempt to start as a local service before attempting to start as a local server for the CLSCTX_LOCAL_SERVER case.
-
Robert Shearman authored
-
Robert Shearman authored
Move the ANSI implementation of CLSIDFromString to ole16.c and change CLSIDFromString to only deal with Unicode strings.
-
Robert Shearman authored
Extend ReadVariance to read the offset as well as the actual count, since these always come in pairs. Handle the variance not being present in ReadVariance and always call it from the unmarshalling functions to simplify the code there and also to fix a bug where the format pointer wasn't advanced properly for complex arrays (introduced in the previous patch when implementing variance).
-
Robert Shearman authored
Verify that the format string being passed into the complex array functions is a complex array one.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Robert Shearman authored
creation/destruction notifications.
-
YunSong Hwang authored
-
Alexander N. Sørnes authored
-
Hans Leidekker authored
Improve stubs for ScriptGetProperties and ScriptItemize. Add stub for ScriptFreeCache.
-
Mike McCormack authored
-
Mike McCormack authored
-
Rein Klazes authored
a NULL pointer, with a test.
-
Phil Krylov authored
properties.
-
Phil Krylov authored
-
- 06 Jan, 2006 2 commits
-
-
Aric Stewart authored
-
Aric Stewart authored
Investigation with native msvcrt revealed that it is a wrapper for GetFullPathName and the current implementation was crashing with older mozilla installs if the path passed in was uninitialized.
-