Re: [1/5] kernel32: only strip the wine_get_dos_file_name NTDLL path prefix if is present
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
Changelog: * kernel32: only strip the wine_get_dos_file_name NTDLL path prefix if is present
It will always be present. \\?\ is used by kernel, not ntdll. -- Alexandre Julliard julliard(a)winehq.org
On Thu, Jul 22, 2010 at 4:26 PM, Alexandre Julliard <julliard(a)winehq.org> wrote:
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
Changelog: * kernel32: only strip the wine_get_dos_file_name NTDLL path prefix if is present
It will always be present. \\?\ is used by kernel, not ntdll.
-- Alexandre Julliard julliard(a)winehq.org
It won't always be present when the next patch is applied, which returns \\?\unix/... Damjan Jovanovic
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
It won't always be present when the next patch is applied, which returns \\?\unix/...
The next patch is wrong then. NT filename don't start with \\?\. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Damjan Jovanovic