From 41a5dbf4d9d937b5fe9df3c700e8c43c82f2343c Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 16 Dec 2017 20:26:23 +0300 Subject: Tox: (#1068) - moved to self compiled libtox - removed unused code (multimedia & chatrooms) - removed unneeded files & tools - version bump --- protocols/Tox/src/stdafx.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'protocols/Tox/src/stdafx.h') diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index c403b787ce..b69c0fd629 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -45,7 +45,6 @@ DEFINE_PROPERTYKEY(PKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80, 0 #include #include -#include #include #include @@ -60,8 +59,6 @@ struct CToxProto; #include "tox_profile.h" #include "tox_options.h" #include "tox_transfer.h" -#include "tox_multimedia.h" -#include "tox_chatrooms.h" #include "tox_proto.h" #include "http_request.h" @@ -107,13 +104,4 @@ enum TOX_DB_EVENT #define TOX_MAX_AVATAR_SIZE 1 << 16 // 2 ^ 16 bytes -#define TOX_LIBRARY L"libtox.dll" -extern HMODULE g_hToxLibrary; - -template -T CreateFunction(LPCSTR functionName) -{ - return reinterpret_cast(GetProcAddress(g_hToxLibrary, functionName)); -} - #endif //_COMMON_H_ \ No newline at end of file -- cgit v1.2.3