- fixed: oalload.h should only do stuff is NO_OPENAL is not defined.

This commit is contained in:
Christoph Oelckers 2016-02-01 18:49:12 +01:00
parent ee045371a3
commit fe3e56c6bc

View file

@ -1,7 +1,7 @@
#ifndef OALDEF_H
#define OALDEF_H
#ifdef _WIN32
#if defined _WIN32 && !defined NO_OPENAL
#define DEFINE_ENTRY(type, name) static type p_##name;
#include "oaldef.h"