Switch to ANSI C comments.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@54 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dheyse 2003-03-12 14:42:11 +00:00
parent 33e68949df
commit 388d71550d

View 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 */