Add qcms_profile_from_unicode_path to qcms.h
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_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);