From 2865e77a6dfe94dff5ab68b7c8c0955a472c8462 Mon Sep 17 00:00:00 2001 From: Don Heyse Date: Wed, 12 Mar 2003 14:42:11 +0000 Subject: [PATCH] Switch to ANSI C comments. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@54 7f0cb862-5218-0410-a997-914c9d46530a --- include/GL/glut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/glut.h b/include/GL/glut.h index 4278d88..5726f7c 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 */ -- 1.7.10.4