Set up for the correct handling of UTF-8 with Windows
[dcpomatic.git] / src / lib / util.h
index be21fc89aaaefe91b62e12ba6ee92fe461346c62..95d272979f603e736d631a6b92d432683edb67dc 100644 (file)
@@ -65,6 +65,7 @@ extern std::string seconds_to_hms (int);
 extern std::string seconds_to_approximate_hms (int);
 extern double seconds (struct timeval);
 extern void dcpomatic_setup ();
+extern void dcpomatic_setup_path_encoding ();
 extern void dcpomatic_setup_gettext_i18n (std::string);
 extern std::string md5_digest_head_tail (std::vector<boost::filesystem::path>, boost::uintmax_t size);
 extern void ensure_ui_thread ();