From: Luke H. <lh...@us...> - 2002-11-28 19:17:58
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv9907 Modified Files: extal.h Log Message: second try on getting things working proper on win32 Index: extal.h CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/extal.h =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/extal.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- extal.h 28 Nov 2002 16:45:27 -0000 1.5 +++ extal.h 28 Nov 2002 19:17:55 -0000 1.6 @@ -29,11 +29,13 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifdef _WIN32 #ifndef _AL_TEST_H #define _AL_TEST_H +#endif +$ifdef _AL_TEST_H +#ifdef _WIN32 #define INITGUID #define OPENAL @@ -43,13 +45,11 @@ #include <AL/alut.h> #include <eax.h> -EAXSet eaxSet; // EAXSet function, retrieved if EAX Extension is supported -EAXGet eaxGet; // EAXGet function, retrieved if EAX Extension is supported - -#endif +EAXSet eaxSet; // EAXSet function, ret$ +EAXGet eaxGet; // EAXGet function, ret$ #else #include <AL/al.h> #include <AL/alc.h> #include <AL/alut.h> - +#endif #endif |