diff --git a/backends/libpurple/utils.h b/backends/libpurple/utils.h index 956b86f6a06fc7f3688b4e47a7658069dbfabb4e..8324f46ac279b603a7c073b65d1bf32f1494dc4e 100644 --- a/backends/libpurple/utils.h +++ b/backends/libpurple/utils.h @@ -31,3 +31,7 @@ int create_socket(const char *host, int portno); GHashTable *spectrum_ui_get_info(void); void execute_purple_plugin_action(PurpleConnection *gc, const std::string &name); + +#ifdef _WIN32 + std::wstring utf8ToUtf16(const std::string& str); +#endif