From 1cd67696b863c2d31abeefe1aea1828680b1cf9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Fri, 21 Feb 2014 13:41:03 +0200 Subject: Kinect demo compilation fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic50a84edff5775e724a0ccaf32626f971a346be9 Change-Id: Ic50a84edff5775e724a0ccaf32626f971a346be9 Reviewed-by: Tomi Korpipää --- tests/kinectsurface/surfacedata.cpp | 2 -- tests/kinectsurface/surfacedata.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/kinectsurface/surfacedata.cpp b/tests/kinectsurface/surfacedata.cpp index 60e71cb0..14f37288 100644 --- a/tests/kinectsurface/surfacedata.cpp +++ b/tests/kinectsurface/surfacedata.cpp @@ -16,8 +16,6 @@ ** ****************************************************************************/ -#define NOMINMAX - #include "surfacedata.h" #include "QKinectWrapper.h" #include diff --git a/tests/kinectsurface/surfacedata.h b/tests/kinectsurface/surfacedata.h index 8978f759..b607ae76 100644 --- a/tests/kinectsurface/surfacedata.h +++ b/tests/kinectsurface/surfacedata.h @@ -19,6 +19,8 @@ #ifndef SURFACEDATA_H #define SURFACEDATA_H +#define NOMINMAX + #include "QKinectWrapper.h" #include #include -- cgit v1.2.3