9 Mar
2018
9 Mar
'18
7:59 a.m.
https://bugs.winehq.org/show_bug.cgi?id=42446 --- Comment #38 from Stan <markau0(a)lycos.com> --- As a rough test (forgetting my previous changes post) I added a rough unix to windows path convert to just after strcpyW( volumenameW, filename ); so that it looks like strcpyW( volumenameW, filename ); WCHAR *p2; /* Normalize path */ for (p2 = volumenameW; *p2; p2++) if (*p2 == '/') *p2 = '\\'; With this the wine volume tests work and Native Access works. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.