|
From: David W. <we...@cw...> - 2001-11-01 01:23:56
|
On Wed, Oct 31, 2001 at 10:59:10PM +0100, Hartmut Birr wrote: > > Which part of ROS must remove the 'dummy' names (<CR>, '\.\', \..\, ..') in > path names. Is this a part for kernel32.dll, for ntoskrnl or for each FSD? > The FSD; it gets presented with the whole path and filename including wildcards. There doesn't seem to be much documentation on what the wildcard semantics are exactly, apparently the Win32 API does some processing (http://www.google.com/search?q=cache:FHQbqK2vp6M:www.ntfsd.org/ archive/ntfsd9705/msg0078.html+ntifs+wildcard&hl=en). Perhap it might be worth checking why exactly make is generating this filename and what is generated on Windows NT, it might be as simple as a bug in some crtdll/msvcrt string function. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |