-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.downstreamAn issue with a third party project that uses Zig.An issue with a third party project that uses Zig.os-windowsMicrosoft WindowsMicrosoft Windows
Milestone
Description
On Windows proper, NtQueryObject with OBJECT_NAME_INFORMATION will seemingly always return a path like \Device\HarddiskVolume4\foo\bar for file/directory handles (details here and here). Wine, however, will return paths like \??\C:\foo\bar.
Wine bug report: https://bugs.winehq.org/show_bug.cgi?id=39569
Relevant Zig issue that details the effects: #17535
In #17541 this is worked around by handling \??\ prefixed paths when \Device\ is not found, but this is a Wine specific workaround that would be better to get fixed in Wine.
aqrit
Metadata
Metadata
Assignees
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.downstreamAn issue with a third party project that uses Zig.An issue with a third party project that uses Zig.os-windowsMicrosoft WindowsMicrosoft Windows