[PATCH v3 1/3] kernel32: Add forward slash path handling to GetVolumePathNameW.

Huw Davies huw at codeweavers.com
Mon Mar 19 07:54:09 CDT 2018


On Mon, Mar 12, 2018 at 11:18:15AM -0400, Mark White wrote:
> From: Mark White <chopinbig2 at gmail.com>
> 
> Fixes https://bugs.winehq.org/show_bug.cgi?id=42446
> 
> GetVolumePathNameW is causing some incompatibity problems with some Windows
> applications such as Native Instruments "Native Access" because of an
> inability to handle path names containing forward slash's whereas the
> Windows GetVolumePathName's behaviour handles path names with both
> forward and back slash's.

Hi Mark,

Thanks for your contribution.  You need to rework this series into one
patch.  Currently it's three patches which essentially revert each
other.  It might be a good time to learn how to use git rebase -i
(though there are other ways to achieve this in this case).

Also note that the plural of slash is slashes...

Huw.



More information about the wine-devel mailing list