diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-06-09 00:34:06 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-06-09 00:34:06 +0000 |
| commit | 2b4b777418d9cdf03dcc4e5cf3a1e2ab2c274769 (patch) | |
| tree | 6f96e9503ac24bdf09867c74964d501e28a4707a /src/object/color-profile.cpp | |
| parent | rsync with last merge in 2Geom (diff) | |
| download | inkscape-2b4b777418d9cdf03dcc4e5cf3a1e2ab2c274769.tar.gz inkscape-2b4b777418d9cdf03dcc4e5cf3a1e2ab2c274769.zip | |
Minor cleanup (remove unneeded win32-specific defines)
Diffstat (limited to 'src/object/color-profile.cpp')
| -rw-r--r-- | src/object/color-profile.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 <io/resource.h> #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 <windows.h> #endif |
