From: Gregory P. <gre...@us...> - 2003-01-01 04:03:32
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv5799/src/native/common Modified Files: extal.h Log Message: Quick change for OSX support 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.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- extal.h 18 Dec 2002 17:09:09 -0000 1.13 +++ extal.h 1 Jan 2003 04:03:27 -0000 1.14 @@ -109,6 +109,7 @@ #else #ifdef TARGET_OS_MAC #if TARGET_OS_MAC + #define _OSX #pragma export on #endif #endif |