mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
dsound.c - buildfix
This commit is contained in:
parent
5f1729dbac
commit
040cd0c438
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user