mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[MPLAY32]
- Hackfix playback See issue #5867 for more details. svn path=/trunk/; revision=50871
This commit is contained in:
parent
d0b18829cd
commit
2b1aa66672
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ PlayFile(HWND hwnd, LPTSTR lpFileName)
|
|||
mciPlay.dwFrom = 0;
|
||||
mciPlay.dwTo = MaxFilePos;
|
||||
|
||||
mciError = mciSendCommand(wDeviceId, MCI_PLAY, MCI_NOTIFY | MCI_FROM | MCI_TO, (DWORD_PTR)&mciPlay);
|
||||
mciError = mciSendCommand(wDeviceId, MCI_PLAY, MCI_NOTIFY | MCI_FROM /*| MCI_TO*/, (DWORD_PTR)&mciPlay);
|
||||
if (mciError != 0)
|
||||
{
|
||||
MessageBox(hwnd, _T("Can't play!"), NULL, MB_OK);
|
||||
|
|
Loading…
Reference in a new issue