Re: oleaut32: Handle TKIND_COCLASS subtype for VT_PTR/VT_USERDEFINED.
+ // 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(a)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(a)gmail.com>wrote:
+ // 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(a)gmail.com> wrote:
--- dlls/oleaut32/tmarshal.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 69 insertions(+), 0 deletions(-)
Jan Ohlsen <jan.t.ohlsen(a)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. -- Dmitry.
participants (3)
-
Dmitry Timoshkov -
Jan Ohlsen -
Vincent Povirk