[Plib-cvs] plib/src/ssg ssg.cxx,1.61,1.62
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-12-01 18:21:51
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1:/tmp/cvs-serv20761/plib/src/ssg Modified Files: ssg.cxx Log Message: Fixed some conditional compilation for Windoze. Index: ssg.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssg.cxx,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- ssg.cxx 30 Nov 2002 00:41:49 -0000 1.61 +++ ssg.cxx 1 Dec 2002 18:21:47 -0000 1.62 @@ -29,6 +29,8 @@ # include <agl.h> #elif defined(UL_MAC_OSX) # include <OpenGL/CGLCurrent.h> +#elif defined(UL_WIN32) + /* Nothing */ #else # include <GL/glx.h> #endif |