[BACK]Return to graph.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / oxmgraph

Diff for /OpenXM/src/oxmgraph/graph.c between version 1.3 and 1.4

version 1.3, 2009/03/06 05:34:26 version 1.4, 2009/03/17 17:04:14
Line 8  License: This software is distributed under the 2-clua
Line 8  License: This software is distributed under the 2-clua
 #ifdef MAC_OS_X  #ifdef MAC_OS_X
 #include <GLUT/glut.h>  #include <GLUT/glut.h>
 #else  #else
   #if defined (_MSC_VER)
   #include <windows.h>
   #endif
 #include<GL/gl.h>  #include<GL/gl.h>
 #include<GL/glu.h>  #include<GL/glu.h>
 #include<GL/glut.h>  #include<GL/glut.h>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>