mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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;
|
UINT wDeviceID;
|
||||||
|
|
||||||
|
void I_CDAudio_Play (byte track, qboolean looping);
|
||||||
|
void I_CDAudio_Stop (void);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
I_CDAudio_CloseDoor (void)
|
I_CDAudio_CloseDoor (void)
|
||||||
|
|
|
@ -836,7 +836,7 @@ MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MM_MCINOTIFY:
|
case MM_MCINOTIFY:
|
||||||
lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam);
|
//FIXME lRet = CDAudio_MessageHandler (hWnd, uMsg, wParam, lParam);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue