diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-05 11:31:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-05 11:31:55 +0300 |
commit | 200566e2070f941e26ea52078bc8326d4fb76ee0 (patch) | |
tree | 660e1e16d9e9184ba3a93ae83a9cdf299a8dea33 /protocols/ICQCorp/src/stdafx.h | |
parent | 8721208a636712a2c014917d460ee2748225583b (diff) |
ICQCorp: custom logging removed & replaced with standard Miranda network log
Diffstat (limited to 'protocols/ICQCorp/src/stdafx.h')
-rw-r--r-- | protocols/ICQCorp/src/stdafx.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/protocols/ICQCorp/src/stdafx.h b/protocols/ICQCorp/src/stdafx.h index 536858d2f6..99837f6a28 100644 --- a/protocols/ICQCorp/src/stdafx.h +++ b/protocols/ICQCorp/src/stdafx.h @@ -38,6 +38,7 @@ #include <m_userinfo.h> #include <m_timezones.h> #include <m_plugin.h> +#include <m_netlib.h> #include "user.h" #include "transfer.h" @@ -51,14 +52,9 @@ /////////////////////////////////////////////////////////////////////////////// +extern HNETLIBUSER hNetlibUser; extern HINSTANCE hInstance; extern char protoName[64]; extern int LoadServices(); extern int UnloadServices(); - -#ifdef _DEBUG -extern void T(char *, ...); -#else -inline void T(char *, ...) {}; -#endif |