Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fix linux build
  • Loading branch information
Sergeanur committed May 22, 2020
1 parent e858314 commit 38a09c6e9b4a631aae699a8f3de6c0df33c021e5
Showing with 2 additions and 4 deletions.
  1. +0 −2 .appveyor.yml
  2. +2 −2 eax/eax.h
@@ -6,8 +6,6 @@ configuration:
platform:
- win-x86-librw_d3d9-mss
- win-x86-librw_gl3_glfw-mss
- win-x86-librw_d3d9-oal
- win-x86-librw_gl3_glfw-oal
environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true
GLEW_VER: "2.1.0"
@@ -12,7 +12,7 @@
extern "C" {
#endif // __cplusplus

#ifndef OPENAL
#ifndef AUDIO_OAL
#include <dsound.h>

/*
@@ -49,7 +49,7 @@ extern "C" {
typedef void (CDECL *LPGETCURRENTVERSION)(LPDWORD major, LPDWORD minor);


#else // OPENAL
#else // AUDIO_OAL
#ifndef _WIN32
#include <AL/al.h>
#include <string.h>

0 comments on commit 38a09c6

Please sign in to comment.