diff options
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 44f9f00b39..a4250c6e65 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -97,7 +97,8 @@ extern LIST<CSkypeProto> Accounts; enum SKYPE_LOGIN_ERROR
{
- LOGIN_ERROR_UNKNOWN = 1001
+ LOGIN_ERROR_UNKNOWN = 1001,
+ LOGIN_ERROR_TOOMANY_REQUESTS
};
enum SKYPE_DB_EVENT_TYPE
|