summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Muizelaar <jmuizelaar@mozilla.com>2011-07-26 20:32:03 -0400
committerJeff Muizelaar <jmuizelaar@mozilla.com>2011-07-26 20:32:03 -0400
commit9c2b86254e813a6885c9a1aa6a0436750b1aa40a (patch)
treeac1504fe8ea0542f7e30efbed7e082a098d88151
parentc6945882dc38ea75dd8feb4b90ba11cf46d69bdb (diff)
Add qcms_profile_from_unicode_path to qcms.hHEADmaster
-rw-r--r--qcms.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qcms.h b/qcms.h
index d45e89c..77f8d41 100644
--- a/qcms.h
+++ b/qcms.h
@@ -126,6 +126,9 @@ qcms_profile* qcms_profile_from_memory(const void *mem, size_t size);
qcms_profile* qcms_profile_from_file(FILE *file);
qcms_profile* qcms_profile_from_path(const char *path);
+#ifdef _WIN32
+qcms_profile* qcms_profile_from_unicode_path(const wchar_t *path);
+#endif
qcms_profile* qcms_profile_sRGB(void);
void qcms_profile_release(qcms_profile *profile);