mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
mingw compile fixes (vid_wgl.c isn't the right thing)
This commit is contained in:
parent
e9c01870b3
commit
3b2cf03b99
2 changed files with 3 additions and 1 deletions
|
@ -65,6 +65,8 @@ static byte maxTrack;
|
|||
|
||||
UINT wDeviceID;
|
||||
|
||||
void I_CDAudio_Play (byte track, qboolean looping);
|
||||
void I_CDAudio_Stop (void);
|
||||
|
||||
static void
|
||||
I_CDAudio_CloseDoor (void)
|
||||
|
|
|
@ -836,7 +836,7 @@ MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
break;
|
||||
|
||||
case MM_MCINOTIFY:
|
||||
lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam);
|
||||
//FIXME lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue