Thanks for the patch! Reading and following the instructions at https://wiki.winehq.org/Submitting_Patches will improve the chances of it being accepted.
Please use your real name in the Git commit, for example:
``` git config --global user.name "Your Name" git commit --amend --reset-author git push --force ```
Also, drop "See Bug 53960" and "This patch fixes that" from the commit message, wrap the paragraph of explanation to 72 characters per line, and add a new line `Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53960%60 at the end of the commit message.