Include mmsystem.h if we have it.

This commit is contained in:
Marcus Sundberg 2000-01-04 22:09:43 +00:00
parent c4e15e0eed
commit 5d5cfd6e4b

View file

@ -20,8 +20,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// Quake is a trademark of Id Software, Inc., (c) 1996 Id Software, Inc. All
// rights reserved.
#include <windows.h>
#include "quakedef.h"
#include <windows.h>
#ifdef HAVE_MMSYSTEM_H
# include <mmsystem.h>
#endif
extern HWND mainwindow;
extern cvar_t bgmvolume;