https://bugs.winehq.org/show_bug.cgi?id=44721
Bug ID: 44721 Summary: GetFullPathName return path Product: Wine Version: 3.3 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: markau0@lycos.com Distribution: ---
I ran the GetFullPathName code example from the Microsoft site https://msdn.microsoft.com/en-us/library/windows/desktop/aa364963(v=vs.85).a...
and Vista returns
The full path name is: c:\windows\notepad.exe The short name for c:\longdirectoryname is c:\LONGDI~1 The long name for c:\LONGDI~1 is c:\longdirectoryname
and Wine 3.3 returns
The full path name is: c:\windowsnotepad.exe The short name for c:\longdirectoryname is c:\LONG~TX4 The long name for c:\LONG~TX4 is c:\longdirectoryname
The full path name is: c:\windows\notepad.exe
The full path name is: c:\windowsnotepad.exe
do not seem to match.