From 3735add4e4801c32f6e0cffa5dabb16e03898edb Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sun, 27 Sep 2009 01:11:50 +0000 Subject: [PATCH] fix build on win32 with LCMS_ENABLED --- src/color-profile.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/color-profile.cpp b/src/color-profile.cpp index 6e180ab4f..37ebc4f30 100644 --- a/src/color-profile.cpp +++ b/src/color-profile.cpp @@ -16,13 +16,10 @@ #include #ifdef WIN32 -#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later. +#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later. Required for correctly including icm.h #define _WIN32_WINDOWS 0x0410 #endif -#if ENABLE_LCMS -#else #include -#endif // ENABLE_LCMS #endif #include "xml/repr.h" -- 2.30.2