Changeset - 9273178924af
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-05 17:59:46
hanzz.k@gmail.com
include utils.h
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/purple_defs.cpp
Show inline comments
 
#include "purple_defs.h"
 

	
 
#if PURPLE_RUNTIME
 
#include "utils.h"
 

	
 
using std::string;
 
using std::wstring;
 

	
 
static HMODULE f_hPurple = NULL;
 
purple_debug_set_ui_ops_wrapped_fnc purple_debug_set_ui_ops_wrapped = NULL;
 
purple_debug_set_verbose_wrapped_fnc purple_debug_set_verbose_wrapped = NULL;
0 comments (0 inline, 0 general)