summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2011-02-07 14:37:01 +0100
committerMarti Maria <info@littlecms.com>2011-02-07 14:37:01 +0100
commit85b4930a0d9c4bc885c90e2b880c0db907fe7915 (patch)
tree566b6ca54727776b871fc0958dbe945fd70d3861 /include
parenteb714c2c114c25be43891a43f12be8f718f5718b (diff)
downloadlcms2-85b4930a0d9c4bc885c90e2b880c0db907fe7915.tar.gz
Get rid of pthread library requeriments
Diffstat (limited to 'include')
-rw-r--r--include/lcms2.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index ea5ac41..e1c5341 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2010 Marti Maria Saguer
+// Copyright (c) 1998-2011 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.1
+// Version 2.2a
//
#ifndef _lcms2_H
@@ -40,9 +40,6 @@
// Uncomment this if your compiler doesn't work with fast floor function
// #define CMS_DONT_USE_FAST_FLOOR 1
-// Uncomment this line if your system does not support multithreading
-#define CMS_DONT_USE_PTHREADS 1
-
// Uncomment this line if you want lcms to use the black point tag in profile,
// if commented, lcms will compute the black point by its own.
// It is safer to leave it commented out
@@ -72,7 +69,7 @@ extern "C" {
#endif
// Version/release
-#define LCMS_VERSION 2010
+#define LCMS_VERSION 2020
// I will give the chance of redefining basic types for compilers that are not fully C99 compliant
#ifndef CMS_BASIC_TYPES_ALREADY_DEFINED