diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-01 14:24:07 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-01-01 14:24:07 +0000 |
commit | 1f309b3e73e5c8ee1194cb36c13f7c741cb17cd6 (patch) | |
tree | 952b4f9ad5a50e841c33a4b30ba82e33634a1ee5 /Protocols | |
parent | ad9337e34b704a7f708bef38616a8e9fa8b9d8a9 (diff) |
iax: allow miranda 0.8
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@200 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols')
-rw-r--r-- | Protocols/IAX/IAXProto.cpp | 2 | ||||
-rw-r--r-- | Protocols/IAX/commons.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 <list>
// Miranda headers
-#define MIRANDA_VER 0x0900
+#define MIRANDA_VER 0x0800
#include <win2k.h>
#include <newpluginapi.h>
#include <m_system.h>
|