<GL/GL.h> --> <GL/gl.h>
This commit is contained in:
parent
ee86220f5c
commit
bc13d242fe
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$Log: not supported by cvs2svn $
|
||||||
|
Revision 1.1 2004/04/05 11:56:14 cignoni
|
||||||
|
First working version!
|
||||||
|
|
||||||
|
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
@ -35,7 +38,7 @@ $Log: not supported by cvs2svn $
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
#include <GL/GL.h>
|
#include <GL/gl.h>
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue