From 0a07f9528c56615a38b305e8ba8b8b9dc433f260 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 27 May 2020 13:52:53 +0200 Subject: Never include windows.h directly in Qt code Please use qt_windows.h instead, so we avoid having min/max defined. Change-Id: Ic1b29666c427bf24556da5494af45ee5953ae827 Reviewed-by: Friedemann Kleint --- src/gui/opengl/qopenglext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/opengl/qopenglext.h b/src/gui/opengl/qopenglext.h index e3f9205619..8264f9d357 100644 --- a/src/gui/opengl/qopenglext.h +++ b/src/gui/opengl/qopenglext.h @@ -44,7 +44,7 @@ extern "C" { #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN 1 #endif -#include +#include #endif #ifndef APIENTRY -- cgit v1.2.3