summaryrefslogtreecommitdiffstats
path: root/src/native/eaxfactory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/eaxfactory.c')
-rw-r--r--src/native/eaxfactory.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/native/eaxfactory.c b/src/native/eaxfactory.c
index 708ddda..d0e3e9d 100644
--- a/src/native/eaxfactory.c
+++ b/src/native/eaxfactory.c
@@ -33,7 +33,13 @@
#include "eaxfactory.h"
-#include "extal.h"
+#include "al.h"
+#include "eax.h"
+
+#ifdef _WIN32
+EAXSet eaxSet; // EAXSet function, ret$
+EAXGet eaxGet; // EAXGet function, ret$
+#endif
/*
* had some problems getting this from extal.h