Re: KERNEL: GetTempFileNameW should not require prefix

2005-11-08 Thread Dimi Paun
> Index: path.c > === > RCS file: /home/wine/wine/dlls/kernel/path.c,v > retrieving revision 1.26 > diff -u -r1.26 path.c > --- path.c 8 Nov 2005 11:01:03 - 1.26 > +++ path.c 8 Nov 2005 19:54:35 - Please create the diff from

Re: KERNEL: GetTempFileNameW should not require prefix

2005-11-08 Thread James Hawkins
On 11/8/05, Phil Lodwick <[EMAIL PROTECTED]> wrote: > Hi, > > _tempnam(".", NULL) fails when using the builtin msvcrt.dll. > This is because GetTempFileNameW was requiring a non-NULL prefix. > > This is my first patch submission. Please let me know if I am doing it wrong > as I have more to come.