X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=include%2FGL%2Fglut.h;h=b694c78700aae62d9c905d8162eb2e3832fe8b44;hb=60fc701ac5ebd652058a209dac1486d4c5089662;hp=4278d88ce8f11c08d5f20c9fa28afbb5449fa266;hpb=6be8fc4b3f63e5369277c80e24f3c5745c92f9e8;p=freeglut diff --git a/include/GL/glut.h b/include/GL/glut.h index 4278d88..b694c78 100644 --- a/include/GL/glut.h +++ b/include/GL/glut.h @@ -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 */ @@ -71,8 +71,13 @@ /* * 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