1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix build on MinGW (as compared to Linux)

This commit is contained in:
Perttu Ahola 2012-03-24 23:16:09 +02:00
parent 601d1936c9
commit 77621568fd
2 changed files with 3 additions and 3 deletions

View file

@ -23,10 +23,10 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
#include "sound_openal.h"
#if defined(_MSC_VER)
#if defined(_WIN32)
#include <al.h>
#include <alc.h>
#include <alext.h>
//#include <alext.h>
#elif defined(__APPLE__)
#include <OpenAL/al.h>
#include <OpenAL/alc.h>