Fix minor issue with inclusion of OpenAL headers

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4988 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-01-31 23:46:50 +00:00
commit 5da315337e
2 changed files with 10 additions and 2 deletions

View file

@ -30,8 +30,8 @@
#include "openal/al.h"
#include "openal/alc.h"
#else
#include "AL/al.h"
#include "AL/alc.h"
#include <AL/al.h>
#include <AL/alc.h>
#endif // WIN32
// 16 bit Stereo
#define SFX_MAX_SOURCE 1