Buildfix - MinGW mmreg.h is buggy, work around that.

This commit is contained in:
Alcaro 2015-09-06 15:47:34 +02:00
parent 10df00182a
commit 3072f556f2

View File

@ -19,10 +19,10 @@
#include <stddef.h>
#include <string.h>
#include <dsound.h>
#ifndef _XBOX
#include <mmreg.h>
#endif
#include <dsound.h>
#include <boolean.h>