Skip to content

Commit e0afb49

Browse files
committed
Remove hardcoded gluit.lib dependency
1 parent 0cfe30f commit e0afb49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/GL/freeglut_std.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
# define FGAPIENTRY
7272

7373
/* Link with Win32 static freeglut lib */
74-
# if FREEGLUT_LIB_PRAGMAS
75-
# pragma comment (lib, "gluit.lib")
76-
# endif
74+
//# if FREEGLUT_LIB_PRAGMAS
75+
//# pragma comment (lib, "gluit.lib")
76+
//# endif
7777

7878
/* Windows shared library (DLL) */
7979
# else

0 commit comments

Comments
 (0)