reduced dependency from windows-specific header files

svn-id: r26034
This commit is contained in:
Nicola Mettifogo 2007-03-09 00:13:07 +00:00
parent a3c2c1f413
commit 1e985051a9
6 changed files with 16 additions and 13 deletions

View file

@ -21,6 +21,9 @@
#if defined(WIN32) && !defined(_WIN32_WCE)
#include <windows.h>
#include <mmsystem.h>
#include "common/stdafx.h"
#include "sound/mpu401.h"
#include "common/util.h"