On Nov 26, 2007 4:49 PM, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > Hi Lei, > > I think a new file for user dir look up in the shell32 is of no use. > Rather than we can add it to the xdg.c and xdg.h, as it contains the > generic xdg code for shell32. > Its like having all xdg specific code at one place. > This is my personal opinion about those patches. > > Thanks, > VJ > > >
I was not sure if was alright to mix code with different licenses in the same file. I looked around and found that include/wine/wined3d_gl.h has both LGPL Wine code as well as MIT licensed code from the Mesa project. Based on that, I guess it's ok to do, so I will send out another patch. - Lei