From: Luke H. <lh...@us...> - 2002-11-28 19:35:07
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv22918 Modified Files: extal.h Log Message: try, try, try again =) 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.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- extal.h 28 Nov 2002 19:17:55 -0000 1.6 +++ extal.h 28 Nov 2002 19:35:04 -0000 1.7 @@ -32,9 +32,6 @@ #ifndef _AL_TEST_H #define _AL_TEST_H -#endif - -$ifdef _AL_TEST_H #ifdef _WIN32 #define INITGUID #define OPENAL @@ -51,5 +48,4 @@ #include <AL/al.h> #include <AL/alc.h> #include <AL/alut.h> -#endif #endif |