On Mon, May 13, 2019 at 1:23 PM Alexandre Julliard <julliard@winehq.org> wrote:
>
> Vijay Kiran Kamuju <infyquest@gmail.com> writes:
>
> > @@ -32,6 +32,7 @@ C_SRCS = \
> > shelldispatch.c \
> > shellitem.c \
> > shelllink.c \
> > + shellnew.c \
>
> Please use a better name, or preferably put this into some existing file
> like shlmenu.c.
This cannot be put into existing files like shlmenu.c or
shlview_cmenu.c as it we need separate implementations of
IContextMenu3 and IShellExtInit.
Please let me know if the filename like shlview_nmenu.c or
shlview_newmenu.c is ok or not.
Maybe it's possible to unify some of that. Shell32 has enough duplication already. If not, nothing prevents from having two objects implementing same interface in the same file.
---
Vijay
>
> --
> Alexandre Julliard
> julliard@winehq.org