second try on getting things working proper on win32

This commit is contained in:
Luke Holden 2002-11-28 19:17:55 +00:00
parent 8bb25a01e1
commit e2c554a36a
1 changed files with 6 additions and 6 deletions

View File

@ -29,11 +29,13 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#ifdef _WIN32
#ifndef _AL_TEST_H #ifndef _AL_TEST_H
#define _AL_TEST_H #define _AL_TEST_H
#endif
$ifdef _AL_TEST_H
#ifdef _WIN32
#define INITGUID #define INITGUID
#define OPENAL #define OPENAL
@ -43,13 +45,11 @@
#include <AL/alut.h> #include <AL/alut.h>
#include <eax.h> #include <eax.h>
EAXSet eaxSet; // EAXSet function, retrieved if EAX Extension is supported EAXSet eaxSet; // EAXSet function, ret$
EAXGet eaxGet; // EAXGet function, retrieved if EAX Extension is supported EAXGet eaxGet; // EAXGet function, ret$
#endif
#else #else
#include <AL/al.h> #include <AL/al.h>
#include <AL/alc.h> #include <AL/alc.h>
#include <AL/alut.h> #include <AL/alut.h>
#endif
#endif #endif