OSDN Git Service

gl.h: remove stale comment, trailing whitespace
authorBrian Paul <brianp@vmware.com>
Tue, 27 Mar 2018 18:56:19 +0000 (12:56 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 29 Mar 2018 14:46:55 +0000 (08:46 -0600)
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
include/GL/gl.h

index 5b28480..f5bac36 100644 (file)
@@ -47,9 +47,9 @@
 #    define GLAPI __declspec(dllimport)
 #  else /* for use with static link lib build of Win32 edition only */
 #    define GLAPI extern
-#  endif /* _STATIC_MESA support */
+#  endif
 #  if defined(__MINGW32__) && defined(GL_NO_STDCALL) || defined(UNDER_CE)  /* The generated DLLs by MingW with STDCALL are not compatible with the ones done by Microsoft's compilers */
-#    define GLAPIENTRY 
+#    define GLAPIENTRY
 #  else
 #    define GLAPIENTRY __stdcall
 #  endif