NSPathUtilities Patch - 2 - Win32

2004-04-19 Thread Sheldon Gill
To improve things for the Win32 platform, support routines are created in separate modules. It makes it easier to develop and maintain. Calling out to Win32 support routines makes maintenance in other parts of -base easier as well. The structure is quite straight-forward. There is a Win32Suppor

Re: NSPathUtilities Patch - 2 - Win32

2004-04-20 Thread Fred Kiefer
Hi Sheldon, the current state of this patches looks rather dubious to me. In the function Win32GetUserProfileDirectory an undeclared variable s (NSString *) is used and InitialisePathUtilities calles Win32Initialise unconditionally. This make me feel rather uneasy with the whole set of patches