GLUT_VERSION updates from John Fay
[freeglut] / include / GL / glut.h
index 4278d88..b694c78 100644 (file)
@@ -50,7 +50,7 @@
 
 #      if defined(FREEGLUT_EXPORTS)
 #              define FGAPI __declspec(dllexport)
-//#            define FGAPI
+/* #           define FGAPI */
 #      else
 #              define FGAPI __declspec(dllimport)
 #   pragma comment (lib, "freeglut.lib")    /* link with Win32 freeglut lib */
 /*
  * The freeglut and GLUT API versions
  */
-#define  FREEGLUT          1
-#define  GLUT_API_VERSION  4
+#define  FREEGLUT             1
+#define  GLUT_API_VERSION     4
+#define  FREEGLUT_VERSION_1_3 1
+
+#define  VERSION_MAJOR        1
+#define  VERSION_MINOR        4
+#define  VERSION_PATCH        0
 
 /*
  * Always include OpenGL and GLU headers