glut error

45 C:\Dev-Cpp\include\gl\glut.h redeclaration of C++ built-in type `short’ I get this error when I incdlude glut.h, anyone know why ?

I’d guess that glut is typedefing a short type that’s supported as an intrinsic type by your compiler.

Are you sure you are using the header appropriate to your platform, and/or GLUT has been ported to your platform?