+ // Use IID of the coclass' default interface
Don't use C++ comments.
On Mon, Sep 6, 2010 at 10:31 AM, Jan Ohlsen jan.t.ohlsen@gmail.com wrote:
dlls/oleaut32/tmarshal.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 69 insertions(+), 0 deletions(-)
On Mon, Sep 6, 2010 at 6:18 PM, Vincent Povirk madewokherd@gmail.comwrote:
// Use IID of the coclass' default
interface
Don't use C++ comments.
On Mon, Sep 6, 2010 at 10:31 AM, Jan Ohlsen jan.t.ohlsen@gmail.com wrote:
dlls/oleaut32/tmarshal.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 69 insertions(+), 0 deletions(-)
Jan Ohlsen jan.t.ohlsen@gmail.com wrote:
- case TKIND_COCLASS: {
ITypeInfo *pSubTypeInfo = NULL;
TYPEATTR *tattr2 = NULL;
GUID *iid = &(tattr->guid);
Once you set tab size to 8 in your editor, or better will not use tabs at all, you will notice that your formatting doesn't match the surrounding code.
P.S. Patches should be sent to wine-patches.