mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- 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…
Reference in a new issue