From 200566e2070f941e26ea52078bc8326d4fb76ee0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Apr 2018 11:31:47 +0300 Subject: ICQCorp: custom logging removed & replaced with standard Miranda network log --- protocols/ICQCorp/src/stdafx.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'protocols/ICQCorp/src/stdafx.h') 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 #include #include +#include #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 -- cgit v1.2.3