winmm: Use CreateFileA instead of OpenFile.
commit5ee2ef52175c8bf506c4eb9a67bde4cb72a93853
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Mon, 6 Apr 2020 18:23:49 +0000 (6 13:23 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Apr 2020 19:23:13 +0000 (6 21:23 +0200)
tree8a3457dab551ad0dae3a37d355401492501ef2a0
parentd45e36f5f8253a3e122f874ceb707387f1ef5b33
winmm: Use CreateFileA instead of OpenFile.

OpenFile has a filepath limit of 128. Use CreateFile which doesn't have
this limit.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48832
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=27324
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/winmm/mmio.c