[PATCH 0/1] MR10670: kernelbase: Add messsage string for ERROR_NOT_A_REPARSE_POINT
April 15, 2026
3:13 p.m.
April 2026
3:13 p.m.
New subject: [PATCH 1/1] kernelbase: Add messsage string for ERROR_NOT_A_REPARSE_POINT
From: Antoine Leresche <49582555+A2va@users.noreply.github.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59449 --- dlls/kernelbase/winerror.mc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dlls/kernelbase/winerror.mc b/dlls/kernelbase/winerror.mc index 4e3a3cf4372..55354bf4f85 100644 --- a/dlls/kernelbase/winerror.mc +++ b/dlls/kernelbase/winerror.mc @@ -3742,6 +3742,11 @@ SymbolicName=ERROR_NOT_CONNECTED Language=ENU This network connection does not exist. . +MessageId=4390 +SymbolicName=ERROR_NOT_A_REPARSE_POINT +Language=ENU +File or directory is not a reparse point. +. MessageId=10004 SymbolicName=WSAEINTR Language=ENU -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10670
7
Age (days ago)
7
Last active (days ago)
1 comments
2 participants
participants (2)
-
Antoine Leresche -
Antoine Leresche (@A2va)