From: Brian M. <ma...@us...> - 2002-12-18 17:09:14
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv7816 Modified Files: extal.h Log Message: fix: removed alut related stuff 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.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- extal.h 14 Dec 2002 13:52:25 -0000 1.12 +++ extal.h 18 Dec 2002 17:09:09 -0000 1.13 @@ -43,9 +43,6 @@ extern "C" { #endif -#define ALUTAPI -#define ALUTAPIENTRY __cdecl - #ifdef _WIN32 #ifdef _OPENAL32LIB #define ALCAPI __declspec(dllexport) |