dsound.c - buildfix

This commit is contained in:
twinaphex 2015-09-06 15:40:31 +02:00
parent 5f1729dbac
commit 040cd0c438

View File

@ -19,10 +19,10 @@
#include <stddef.h>
#include <string.h>
#include <dsound.h>
#if !defined(_XBOX) && !defined(MSC_VER)
#ifndef _XBOX
#include <mmreg.h>
#endif
#include <dsound.h>
#include <boolean.h>