From 5f2e4efe46fefa7cd11f275896954c24be37b568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCmann?= Date: Thu, 26 Mar 2015 20:38:55 +0000 Subject: MirOTR: compatibility update to support/use libotr 4 + added otrlextensions from Psi+ (thanks guys, better than our old modification to libotr) * basic instance tag support, though we don't offer user choice yet. + added ProtoGetNickname(), stolen from TabSRMM to get our own nickname of given protocol (utils.cpp) git-svn-id: http://svn.miranda-ng.org/main/trunk@12503 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirOTR/src/stdafx.cpp | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'plugins/MirOTR/src/stdafx.cpp') diff --git a/plugins/MirOTR/src/stdafx.cpp b/plugins/MirOTR/src/stdafx.cpp index 98540cbccf..ade275910d 100644 --- a/plugins/MirOTR/src/stdafx.cpp +++ b/plugins/MirOTR/src/stdafx.cpp @@ -1,8 +1,5 @@ -// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet. -// MirOTR.pch ist der vorkompilierte Header. -// stdafx.obj enthält die vorkompilierten Typinformationen. - -#include "stdafx.h" - -// TODO: Auf zusätzliche Header verweisen, die in STDAFX.H -// und nicht in dieser Datei erforderlich sind. +// stdafx.cpp : Quelldatei, die nur die Standard-Includes einbindet. +// MirOTR.pch ist der vorkompilierte Header. +// stdafx.obj enthält die vorkompilierten Typinformationen. + +#include "stdafx.h" -- cgit v1.2.3