summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);