mingw compile fixes (vid_wgl.c isn't the right thing)

This commit is contained in:
Bill Currie 2001-06-07 16:44:22 +00:00
parent e9c01870b3
commit 3b2cf03b99
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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: