summaryrefslogtreecommitdiff
path: root/protocols/ICQCorp/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ICQCorp/src/stdafx.h')
-rw-r--r--protocols/ICQCorp/src/stdafx.h8
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