- fixed: oalload.h should only do stuff is NO_OPENAL is not defined.
This commit is contained in:
parent
ee045371a3
commit
fe3e56c6bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue