From: Brian Paul Date: Tue, 27 Mar 2018 18:56:19 +0000 (-0600) Subject: gl.h: remove stale comment, trailing whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e520ca562a410d3dc3708515b44ca09a50c59830;p=mesa.git gl.h: remove stale comment, trailing whitespace Reviewed-by: Emil Velikov --- diff --git a/include/GL/gl.h b/include/GL/gl.h index 5b284802885..f5bac3670a0 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -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