summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2014-03-07 12:53:51 +0100
committerMarti Maria <info@littlecms.com>2014-03-07 12:53:51 +0100
commita5bbc044b47f2fd82a91155dde74f92d795877f1 (patch)
tree0d988a49b748319cf3ef995b0454d7d195f8785f /include
parent6ddf13dc1e1116811aa0b14bc8597b44510c8513 (diff)
downloadlcms2-a5bbc044b47f2fd82a91155dde74f92d795877f1.tar.gz
Some copyright updates
Diffstat (limited to 'include')
-rw-r--r--include/lcms2.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index 1fe0492..8bf7e11 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2013 Marti Maria Saguer
+// Copyright (c) 1998-2014 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"),
@@ -1013,11 +1013,7 @@ CMSAPI long int CMSEXPORT cmsfilelength(FILE* f);
// Each context holds its owns globals and its own plug-ins. There is a global context with the id = 0 for lecacy compatibility
// though using the global context is not recomended. Proper context handling makes lcms more thread-safe.
-#ifdef CMS_CONTEXT_IN_LEGACY_MODE
- typedef void* cmsContext;
-#else
- typedef struct _cmsContext_struct* cmsContext;
-#endif
+typedef struct _cmsContext_struct* cmsContext;
CMSAPI cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData);
CMSAPI void CMSEXPORT cmsDeleteContext(cmsContext ContexID);