Re: winefile: Use the msvcrt provided _tsplitpath instead of reimplementing it.

2007-06-26 Thread Detlef Riekenberg
On Di, 2007-06-26 at 13:00 +0200, Alexandre Julliard wrote: > > splitpath.c appeared with the > > initial import of the winefile source code. > > Winefile cannot import msvcrt because it has support for accessing > Unix files too. What about dynamic loading? hdll = LoadLibrary("msvcrt.dll"); _ws

Re: winefile: Use the msvcrt provided _tsplitpath instead of reimplementing it.

2007-06-26 Thread Alexandre Julliard
Michael Stefaniuc <[EMAIL PROTECTED]> writes: > Actually i wanted to just remove the wide character constants out of > splitpath.c but then i have seen that the file can be removed completely. > I checked the history but didn't find a clue why a separate > implementation might have been usefull. s