From 1f309b3e73e5c8ee1194cb36c13f7c741cb17cd6 Mon Sep 17 00:00:00 2001 From: pescuma Date: Fri, 1 Jan 2010 14:24:07 +0000 Subject: iax: allow miranda 0.8 git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@200 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Protocols/IAX/IAXProto.cpp | 2 +- Protocols/IAX/commons.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Protocols') diff --git a/Protocols/IAX/IAXProto.cpp b/Protocols/IAX/IAXProto.cpp index 4763378..d8108e2 100644 --- a/Protocols/IAX/IAXProto.cpp +++ b/Protocols/IAX/IAXProto.cpp @@ -121,7 +121,7 @@ DWORD_PTR __cdecl IAXProto::GetCaps( int type, HANDLE hContact ) return 0; case PFLAGNUM_4: - return PF4_NOCUSTOMAUTH; + return 0; case PFLAG_UNIQUEIDTEXT: return (UINT_PTR) Translate("Username"); diff --git a/Protocols/IAX/commons.h b/Protocols/IAX/commons.h index e3b57ee..386ccf5 100644 --- a/Protocols/IAX/commons.h +++ b/Protocols/IAX/commons.h @@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. #include // Miranda headers -#define MIRANDA_VER 0x0900 +#define MIRANDA_VER 0x0800 #include #include #include -- cgit v1.2.3