This commit effectively reverts the following commit 0f0543fd1b2(Portability build fixes for MinGW.)
Confirmed that building with mingw-w64 works without a problem. Cc: José Fonseca <[email protected]> Signed-off-by: Emil Velikov <[email protected]> --- tests/shaders/glsl-fs-pointcoord.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/shaders/glsl-fs-pointcoord.c b/tests/shaders/glsl-fs-pointcoord.c index 09db3d1..16baa11 100644 --- a/tests/shaders/glsl-fs-pointcoord.c +++ b/tests/shaders/glsl-fs-pointcoord.c @@ -31,10 +31,6 @@ * with point sprites enabled. */ -#if defined(_WIN32) -#include <windows.h> -#endif - #include <assert.h> #include <string.h> #include <stdio.h> -- 2.1.3 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
