Merge branch 'master' into v4
diff --git a/qcms.h b/qcms.h
index a5b87eb..7d83623 100644
--- a/qcms.h
+++ b/qcms.h
@@ -126,6 +126,9 @@
 
 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);