dsound.c - Include windows.h header too

This commit is contained in:
twinaphex 2015-09-06 16:03:30 +02:00
parent 120d4a00b2
commit 07de6af33e

View File

@ -20,6 +20,7 @@
#include <string.h>
#ifndef _XBOX
#include <windows.h>
#include <mmreg.h>
#include <mmsystem.h>
#endif