Changeset - 89d27e6aed82
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-05 17:56:49
hanzz.k@gmail.com
std::wstring
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/purple_defs.cpp
Show inline comments
 
@@ -137,13 +137,13 @@ purple_prpl_send_attention_wrapped_fnc purple_prpl_send_attention_wrapped = NULL
 
purple_account_option_get_type_wrapped_fnc purple_account_option_get_type_wrapped = NULL;
 
purple_account_option_get_setting_wrapped_fnc purple_account_option_get_setting_wrapped = NULL;
 
wpurple_g_io_channel_win32_new_socket_wrapped_fnc wpurple_g_io_channel_win32_new_socket_wrapped = NULL;
 
#endif
 
bool resolvePurpleFunctions(const std::string& libPurpleDllPath) {
 
#if PURPLE_RUNTIME
 
	wstring dllPath;
 
	std::wstring dllPath;
 
	if (!libPurpleDllPath.empty())
 
	{
 
		dllPath = utf8ToUtf16(libPurpleDllPath);
 
	}
 
	else
 
	{
0 comments (0 inline, 0 general)