mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 13:09:40 +08:00
[MCISEQ] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=66934
This commit is contained in:
@@ -685,7 +685,7 @@ static DWORD MIDI_mciOpen(WINE_MCIMIDI* wmm, DWORD dwFlags, LPMCI_OPEN_PARMSW lp
|
||||
|
||||
if (dwFlags & MCI_OPEN_ELEMENT) {
|
||||
TRACE("MCI_OPEN_ELEMENT %s!\n", debugstr_w(lpParms->lpstrElementName));
|
||||
if (lpParms->lpstrElementName && strlenW(lpParms->lpstrElementName) > 0) {
|
||||
if (lpParms->lpstrElementName && lpParms->lpstrElementName[0]) {
|
||||
wmm->hFile = mmioOpenW((LPWSTR)lpParms->lpstrElementName, NULL,
|
||||
MMIO_ALLOCBUF | MMIO_READ | MMIO_DENYWRITE);
|
||||
if (wmm->hFile == 0) {
|
||||
|
||||
@@ -104,7 +104,7 @@ reactos/dll/win32/mapi32 # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/mciavi32 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/mcicda # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/mciqtz32 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/mciseq # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/mciseq # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/mciwave # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/mgmtapi # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/mlang # Synced to Wine-1.7.27
|
||||
|
||||
Reference in New Issue
Block a user