include utils.h
This commit is contained in:
parent
89d27e6aed
commit
9273178924
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
#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;
|
||||
|
|
Loading…
Add table
Reference in a new issue