From 2b4b777418d9cdf03dcc4e5cf3a1e2ab2c274769 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Sun, 9 Jun 2019 02:34:06 +0200 Subject: Minor cleanup (remove unneeded win32-specific defines) --- src/object/color-profile.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/object') diff --git a/src/object/color-profile.cpp b/src/object/color-profile.cpp index 36bb32142..cdfea4bad 100644 --- a/src/object/color-profile.cpp +++ b/src/object/color-profile.cpp @@ -30,9 +30,6 @@ #include #ifdef _WIN32 -#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later. Required for correctly including icm.h -#define _WIN32_WINDOWS 0x0410 -#endif #include #endif -- cgit v1.2.3