mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
420d370a4d
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