12 Sep
2011
12 Sep
'11
1:05 p.m.
Frédéric Delanoy <frederic.delanoy(a)gmail.com> writes:
Hi,
What is the support status of (NTFS) names streams in wine? I only see include/winnt.h:4788:#define FILE_NAMED_STREAMS 0x00040000 but it doesn't seem to be used anywhere else in the code. (there's probably no possible translation in most filesystems)
It's kind of supported, by simply not doing anything special and creating separate files. -- Alexandre Julliard julliard(a)winehq.org