diff --git a/freeglut/freeglut/include/GL/glut.h b/freeglut/freeglut/include/GL/glut.h index 4278d88..5726f7c 100644 --- a/freeglut/freeglut/include/GL/glut.h +++ b/freeglut/freeglut/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 */