[Mesa-dev] [PATCH 2/2] glx: remove unneeded ifdef _WIN32 guard

Brian Paul brianp at vmware.com
Fri Mar 6 06:26:30 PST 2015


On 03/06/2015 05:34 AM, Emil Velikov wrote:
> The C99 header exists on other platforms as well.
>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
>   src/glx/glxclient.h | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
> index a140c87..122ae5d 100644
> --- a/src/glx/glxclient.h
> +++ b/src/glx/glxclient.h
> @@ -47,9 +47,7 @@
>   #include <string.h>
>   #include <stdlib.h>
>   #include <stdio.h>
> -#ifdef _WIN32
>   #include <stdint.h>
> -#endif
>   #include "GL/glxproto.h"
>   #include "glxconfig.h"
>   #include "glxhash.h"
>

LGTM.  I don't think we ever build this on Windows anyway.

Reviewed-by: Brian Paul <brianp at vmware.com>



More information about the mesa-dev mailing list