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:
parent
33e68949df
commit
388d71550d
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
# if defined(FREEGLUT_EXPORTS)
|
# if defined(FREEGLUT_EXPORTS)
|
||||||
# define FGAPI __declspec(dllexport)
|
# define FGAPI __declspec(dllexport)
|
||||||
//# define FGAPI
|
/* # define FGAPI */
|
||||||
# else
|
# else
|
||||||
# define FGAPI __declspec(dllimport)
|
# define FGAPI __declspec(dllimport)
|
||||||
# pragma comment (lib, "freeglut.lib") /* link with Win32 freeglut lib */
|
# pragma comment (lib, "freeglut.lib") /* link with Win32 freeglut lib */
|
||||||
|
Reference in New Issue
Block a user