From 7c5a51f8472be479bf5674ef6bfabd70b8c88253 Mon Sep 17 00:00:00 2001 From: Marti Maria Date: Sat, 15 Oct 2022 19:39:11 +0200 Subject: lcms2-2.14rc Release candidate 1 --- .../VC2022/lcms2_threaded_plugin_testbed.vcxproj | 3 +++ .../lcms2_threaded_plugin_testbed.vcxproj.filters | 5 +++++ .../threaded/doc/LittleCMS threaded extensions 1.0.pdf | Bin 0 -> 190980 bytes plugins/threaded/include/lcms2_threaded.h | 6 +++--- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 plugins/threaded/doc/LittleCMS threaded extensions 1.0.pdf (limited to 'plugins') diff --git a/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj b/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj index eb8dd68..005a452 100644 --- a/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj +++ b/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj @@ -232,6 +232,9 @@ + + + diff --git a/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj.filters b/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj.filters index 0cba047..0660190 100644 --- a/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj.filters +++ b/plugins/threaded/Projects/VC2022/lcms2_threaded_plugin_testbed.vcxproj.filters @@ -19,4 +19,9 @@ Source Files + + + Header Files + + \ No newline at end of file diff --git a/plugins/threaded/doc/LittleCMS threaded extensions 1.0.pdf b/plugins/threaded/doc/LittleCMS threaded extensions 1.0.pdf new file mode 100644 index 0000000..007c5fd Binary files /dev/null and b/plugins/threaded/doc/LittleCMS threaded extensions 1.0.pdf differ diff --git a/plugins/threaded/include/lcms2_threaded.h b/plugins/threaded/include/lcms2_threaded.h index 6bd38be..db2cdba 100644 --- a/plugins/threaded/include/lcms2_threaded.h +++ b/plugins/threaded/include/lcms2_threaded.h @@ -39,10 +39,10 @@ extern "C" { // Configuration toggles // The one and only plug-in entry point. To install this plugin in your code you need to place this in -// some initialization place. IOf you want to combine this plug-in with fastfloat, make sure to call -// the threaded entry point comes last in chain. +// some initialization place. If you want to combine this plug-in with fastfloat, make sure to call +// the threaded entry point comes last in chain. flags is a reserved field for future use // -// cmsPlugin(cmsThreadedExtensions(CMS_THREADED_GUESS_MAX_THREADS)); +// cmsPlugin(cmsThreadedExtensions(CMS_THREADED_GUESS_MAX_THREADS, 0)); // #define CMS_THREADED_GUESS_MAX_THREADS -1 -- cgit v1.2.1