X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Fglut.h;h=de16dcfc43c9c23af9537b3c4a36fdd4686f536b;hb=5a1b8e611a87f4bd2524c987bec1f8c2ea0fcd50;hp=4278d88ce8f11c08d5f20c9fa28afbb5449fa266;hpb=6be8fc4b3f63e5369277c80e24f3c5745c92f9e8;p=freeglut diff --git a/include/GL/glut.h b/include/GL/glut.h index 4278d88..de16dcf 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,9 @@ /* * 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_2_0 1 /* * Always include OpenGL and GLU headers